| Package | laya.d3.graphics |
| Class | public class VertexPositionNormalTextureTangent |
| Inheritance | VertexPositionNormalTextureTangent Object |
| Implements | IVertex |
VertexPositionNormalTextureTangent 类用于创建位置、法线、纹理、切线顶点结构。
| Property | Defined By | ||
|---|---|---|---|
| normal : Vector3 [read-only] | VertexPositionNormalTextureTangent | ||
| position : Vector3 [read-only] | VertexPositionNormalTextureTangent | ||
| tangent : Vector3 [read-only] | VertexPositionNormalTextureTangent | ||
| textureCoordinate : Vector2 [read-only] | VertexPositionNormalTextureTangent | ||
| vertexDeclaration : VertexDeclaration [read-only] | VertexPositionNormalTextureTangent | ||
| Method | Defined By | ||
|---|---|---|---|
VertexPositionNormalTextureTangent(position:Vector3, normal:Vector3, textureCoordinate:Vector2, tangent:Vector3) | VertexPositionNormalTextureTangent | ||
| normal | property |
| position | property |
| tangent | property |
| textureCoordinate | property |
textureCoordinate:Vector2 [read-only] public function get textureCoordinate():Vector2| vertexDeclaration | property |
vertexDeclaration:VertexDeclaration [read-only] public function get vertexDeclaration():VertexDeclaration| VertexPositionNormalTextureTangent | () | Constructor |
public function VertexPositionNormalTextureTangent(position:Vector3, normal:Vector3, textureCoordinate:Vector2, tangent:Vector3)position:Vector3 | |
normal:Vector3 | |
textureCoordinate:Vector2 | |
tangent:Vector3 |