Packagelaya.d3.graphics
Classpublic class VertexParticle
InheritanceVertexParticle Inheritance Object
Implements IVertex

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



Public Properties
 PropertyDefined By
  ageAddScale : Number
[read-only]
VertexParticle
  cornerTextureCoordinate : Vector4
[read-only]
VertexParticle
  endColor : Vector4
[read-only]
VertexParticle
  position : Vector3
[read-only]
VertexParticle
  radian : Vector4
[read-only]
VertexParticle
  radius : Vector2
[read-only]
VertexParticle
  sizeRotation : Vector3
[read-only]
VertexParticle
  startColor : Vector4
[read-only]
VertexParticle
  time : Number
[read-only]
VertexParticle
  velocity : Vector3
[read-only]
VertexParticle
  vertexDeclaration : VertexDeclaration
[read-only]
VertexParticle
Public Methods
 MethodDefined By
  
VertexParticle(cornerTextureCoordinate:Vector4, position:Vector3, velocity:Vector3, startColor:Vector4, endColor:Vector4, sizeRotation:Vector3, radius:Vector2, radian:Vector4, ageAddScale:Number, time:Number)
VertexParticle
Property Detail
ageAddScaleproperty
ageAddScale:Number  [read-only]


Implementation
    public function get ageAddScale():Number
cornerTextureCoordinateproperty 
cornerTextureCoordinate:Vector4  [read-only]


Implementation
    public function get cornerTextureCoordinate():Vector4
endColorproperty 
endColor:Vector4  [read-only]


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


Implementation
    public function get position():Vector3
radianproperty 
radian:Vector4  [read-only]


Implementation
    public function get radian():Vector4
radiusproperty 
radius:Vector2  [read-only]


Implementation
    public function get radius():Vector2
sizeRotationproperty 
sizeRotation:Vector3  [read-only]


Implementation
    public function get sizeRotation():Vector3
startColorproperty 
startColor:Vector4  [read-only]


Implementation
    public function get startColor():Vector4
timeproperty 
time:Number  [read-only]


Implementation
    public function get time():Number
velocityproperty 
velocity:Vector3  [read-only]


Implementation
    public function get velocity():Vector3
vertexDeclarationproperty 
vertexDeclaration:VertexDeclaration  [read-only]


Implementation
    public function get vertexDeclaration():VertexDeclaration
Constructor Detail
VertexParticle()Constructor
public function VertexParticle(cornerTextureCoordinate:Vector4, position:Vector3, velocity:Vector3, startColor:Vector4, endColor:Vector4, sizeRotation:Vector3, radius:Vector2, radian:Vector4, ageAddScale:Number, time:Number)



Parameters
cornerTextureCoordinate:Vector4
 
position:Vector3
 
velocity:Vector3
 
startColor:Vector4
 
endColor:Vector4
 
sizeRotation:Vector3
 
radius:Vector2
 
radian:Vector4
 
ageAddScale:Number
 
time:Number