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