Packagelaya.d3.graphics
Classpublic class VertexGlitter
InheritanceVertexGlitter Inheritance Object
Implements IVertex

VertexPositionNormalColorTangent 类用于创建粒子顶点结构。



Public Properties
 PropertyDefined By
  position : Vector3
[read-only]
VertexGlitter
  textureCoordinate : Vector2
[read-only]
VertexGlitter
  time : Number
[read-only]
VertexGlitter
  vertexDeclaration : VertexDeclaration
[read-only]
VertexGlitter
Public Methods
 MethodDefined By
  
VertexGlitter(position:Vector3, textureCoordinate:Vector2, time:Number)
VertexGlitter
Property Detail
positionproperty
position:Vector3  [read-only]


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


Implementation
    public function get textureCoordinate():Vector2
timeproperty 
time:Number  [read-only]


Implementation
    public function get time():Number
vertexDeclarationproperty 
vertexDeclaration:VertexDeclaration  [read-only]


Implementation
    public function get vertexDeclaration():VertexDeclaration
Constructor Detail
VertexGlitter()Constructor
public function VertexGlitter(position:Vector3, textureCoordinate:Vector2, time:Number)



Parameters
position:Vector3
 
textureCoordinate:Vector2
 
time:Number