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