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