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