Package | laya.d3.graphics |
Class | public class VertexShurikenParticleMesh |
Inheritance | VertexShurikenParticleMesh Object |
Implements | IVertex |
VertexShurikenParticle
类用于创建粒子顶点结构。
Property | Defined By | ||
---|---|---|---|
cornerTextureCoordinate : Vector4 [read-only] | VertexShurikenParticleMesh | ||
position : Vector4 [read-only] | VertexShurikenParticleMesh | ||
random0 : Vector4 [read-only] | VertexShurikenParticleMesh | ||
random1 : Vector4 [read-only] | VertexShurikenParticleMesh | ||
simulationWorldPostion : Vector3 [read-only] | VertexShurikenParticleMesh | ||
startColor : Vector4 [read-only] | VertexShurikenParticleMesh | ||
startLifeTime : Number [read-only] | VertexShurikenParticleMesh | ||
startRotation0 : Vector3 [read-only] | VertexShurikenParticleMesh | ||
startRotation1 : Vector3 [read-only] | VertexShurikenParticleMesh | ||
startRotation2 : Vector3 [read-only] | VertexShurikenParticleMesh | ||
startSize : Vector3 [read-only] | VertexShurikenParticleMesh | ||
startSpeed : Number [read-only] | VertexShurikenParticleMesh | ||
time : Number [read-only] | VertexShurikenParticleMesh | ||
velocity : Vector3 [read-only] | VertexShurikenParticleMesh | ||
vertexDeclaration : VertexDeclaration [read-only] | VertexShurikenParticleMesh |
Method | Defined By | ||
---|---|---|---|
VertexShurikenParticleMesh(cornerTextureCoordinate:Vector4, positionStartLifeTime:Vector4, velocity:Vector3, startColor:Vector4, startSize:Vector3, startRotation0:Vector3, startRotation1:Vector3, startRotation2:Vector3, ageAddScale:Number, time:Number, startSpeed:Number, randoms0:Vector4, randoms1:Vector4, simulationWorldPostion:Vector3) | VertexShurikenParticleMesh |
cornerTextureCoordinate | property |
cornerTextureCoordinate:Vector4
[read-only] public function get cornerTextureCoordinate():Vector4
position | property |
random0 | property |
random1 | property |
simulationWorldPostion | property |
simulationWorldPostion:Vector3
[read-only] public function get simulationWorldPostion():Vector3
startColor | property |
startLifeTime | property |
startLifeTime:Number
[read-only] public function get startLifeTime():Number
startRotation0 | property |
startRotation1 | property |
startRotation2 | property |
startSize | property |
startSpeed | property |
startSpeed:Number
[read-only] public function get startSpeed():Number
time | property |
time:Number
[read-only] public function get time():Number
velocity | property |
vertexDeclaration | property |
vertexDeclaration:VertexDeclaration
[read-only] public function get vertexDeclaration():VertexDeclaration
VertexShurikenParticleMesh | () | Constructor |
public function VertexShurikenParticleMesh(cornerTextureCoordinate:Vector4, positionStartLifeTime:Vector4, velocity:Vector3, startColor:Vector4, startSize:Vector3, startRotation0:Vector3, startRotation1:Vector3, startRotation2:Vector3, ageAddScale:Number, time:Number, startSpeed:Number, randoms0:Vector4, randoms1:Vector4, simulationWorldPostion:Vector3)
cornerTextureCoordinate:Vector4 | |
positionStartLifeTime:Vector4 | |
velocity:Vector3 | |
startColor:Vector4 | |
startSize:Vector3 | |
startRotation0:Vector3 | |
startRotation1:Vector3 | |
startRotation2:Vector3 | |
ageAddScale:Number | |
time:Number | |
startSpeed:Number | |
randoms0:Vector4 | |
randoms1:Vector4 | |
simulationWorldPostion:Vector3 |