Packagelaya.d3.graphics
Classpublic class VertexPositionNormalColorTextureTangent
InheritanceVertexPositionNormalColorTextureTangent Inheritance Object
Implements IVertex

VertexPositionNormalColorTextureTangent 类用于创建位置、法线、颜色、纹理、切线顶点结构。



Public Properties
 PropertyDefined By
  color : Vector4
[read-only]
VertexPositionNormalColorTextureTangent
  normal : Vector3
[read-only]
VertexPositionNormalColorTextureTangent
  position : Vector3
[read-only]
VertexPositionNormalColorTextureTangent
  tangent : Vector3
[read-only]
VertexPositionNormalColorTextureTangent
  textureCoordinate : Vector2
[read-only]
VertexPositionNormalColorTextureTangent
  vertexDeclaration : VertexDeclaration
[read-only]
VertexPositionNormalColorTextureTangent
Public Methods
 MethodDefined By
  
VertexPositionNormalColorTextureTangent(position:Vector3, normal:Vector3, color:Vector4, textureCoordinate:Vector2, tangent:Vector3)
VertexPositionNormalColorTextureTangent
Property Detail
colorproperty
color:Vector4  [read-only]


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


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


Implementation
    public function get position():Vector3
tangentproperty 
tangent:Vector3  [read-only]


Implementation
    public function get tangent():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
VertexPositionNormalColorTextureTangent()Constructor
public function VertexPositionNormalColorTextureTangent(position:Vector3, normal:Vector3, color:Vector4, textureCoordinate:Vector2, tangent:Vector3)



Parameters
position:Vector3
 
normal:Vector3
 
color:Vector4
 
textureCoordinate:Vector2
 
tangent:Vector3