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