Packagelaya.d3.graphics
Classpublic class VertexPositionNormalTextureSkin
InheritanceVertexPositionNormalTextureSkin Inheritance Object
Implements IVertex

VertexPositionNormalColorTextureSkin 类用于创建位置、法线、颜色、纹理、骨骼索引、骨骼权重顶点结构。



Public Properties
 PropertyDefined 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
Public Methods
 MethodDefined By
  
VertexPositionNormalTextureSkin(position:Vector3, normal:Vector3, textureCoordinate:Vector2, blendIndex:Vector4, blendWeight:Vector4)
VertexPositionNormalTextureSkin
Property Detail
blendIndexproperty
blendIndex:Vector4  [read-only]


Implementation
    public function get blendIndex():Vector4
blendWeightproperty 
blendWeight:Vector4  [read-only]


Implementation
    public function get blendWeight():Vector4
normalproperty 
normal:Vector3  [read-only]


Implementation
    public function get normal():Vector3
positionproperty 
position:Vector3  [read-only]


Implementation
    public function get position():Vector3
textureCoordinateproperty 
textureCoordinate:Vector2  [read-only]


Implementation
    public function get textureCoordinate():Vector2
vertexDeclarationproperty 
vertexDeclaration:VertexDeclaration  [read-only]


Implementation
    public function get vertexDeclaration():VertexDeclaration
Constructor Detail
VertexPositionNormalTextureSkin()Constructor
public function VertexPositionNormalTextureSkin(position:Vector3, normal:Vector3, textureCoordinate:Vector2, blendIndex:Vector4, blendWeight:Vector4)



Parameters
position:Vector3
 
normal:Vector3
 
textureCoordinate:Vector2
 
blendIndex:Vector4
 
blendWeight:Vector4