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