| Package | laya.d3.graphics |
| Class | public class VertexParticle |
| Inheritance | VertexParticle Object |
| Implements | IVertex |
VertexPositionNormalColorTangent 类用于创建粒子顶点结构。
| Property | Defined 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 | ||
| Method | Defined By | ||
|---|---|---|---|
| VertexParticle | |||
| ageAddScale | property |
ageAddScale:Number [read-only] public function get ageAddScale():Number| cornerTextureCoordinate | property |
cornerTextureCoordinate:Vector4 [read-only] public function get cornerTextureCoordinate():Vector4| endColor | property |
| position | property |
| radian | property |
| radius | property |
| sizeRotation | property |
| startColor | property |
| time | property |
time:Number [read-only] public function get time():Number| velocity | property |
| vertexDeclaration | property |
vertexDeclaration:VertexDeclaration [read-only] public function get vertexDeclaration():VertexDeclaration| 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)cornerTextureCoordinate:Vector4 | |
position:Vector3 | |
velocity:Vector3 | |
startColor:Vector4 | |
endColor:Vector4 | |
sizeRotation:Vector3 | |
radius:Vector2 | |
radian:Vector4 | |
ageAddScale:Number | |
time:Number |