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