Package | laya.d3.graphics |
Class | public class VertexPositionNormalTexture0Texture1Skin |
Inheritance | VertexPositionNormalTexture0Texture1Skin Object |
Implements | IVertex |
VertexPositionNormalColorTextureSkin
类用于创建位置、法线、颜色、纹理、骨骼索引、骨骼权重顶点结构。
Property | Defined By | ||
---|---|---|---|
blendIndex : Vector4 [read-only] | VertexPositionNormalTexture0Texture1Skin | ||
blendWeight : Vector4 [read-only] | VertexPositionNormalTexture0Texture1Skin | ||
normal : Vector3 [read-only] | VertexPositionNormalTexture0Texture1Skin | ||
position : Vector3 [read-only] | VertexPositionNormalTexture0Texture1Skin | ||
textureCoordinate0 : Vector2 [read-only] | VertexPositionNormalTexture0Texture1Skin | ||
textureCoordinate1 : Vector2 [read-only] | VertexPositionNormalTexture0Texture1Skin | ||
vertexDeclaration : VertexDeclaration [read-only] | VertexPositionNormalTexture0Texture1Skin |
Method | Defined By | ||
---|---|---|---|
VertexPositionNormalTexture0Texture1Skin |
blendIndex | property |
blendWeight | property |
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
VertexPositionNormalTexture0Texture1Skin | () | Constructor |
public function VertexPositionNormalTexture0Texture1Skin(position:Vector3, normal:Vector3, textureCoordinate0:Vector2, textureCoordinate1:Vector2, blendIndex:Vector4, blendWeight:Vector4)
position:Vector3 | |
normal:Vector3 | |
textureCoordinate0:Vector2 | |
textureCoordinate1:Vector2 | |
blendIndex:Vector4 | |
blendWeight:Vector4 |