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