A particle emitted by a
ParticleSystem
.
参数名称 | 类型 | 描述信息 | ||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
object |
An object with the following properties:
|
成员(属性)
Gets the age of the particle in seconds.
endColor : Color
The color of the particle when it dies.
-
默认值:
Color.WHITE
The scale of the particle when it dies.
-
默认值:
1.0
The image to use for the particle.
-
默认值:
undefined
imageSize : Cartesian2
The dimensions, width by height, to scale the particle image in pixels.
-
默认值:
new Cartesian(1.0, 1.0)
The life of the particle in seconds.
-
默认值:
Number.MAX_VALUE
The mass of the particle in kilograms.
-
默认值:
1.0
Gets the age normalized to a value in the range [0.0, 1.0].
position : Cartesian3
The positon of the particle in world coordinates.
-
默认值:
Cartesian3.ZERO
startColor : Color
The color of the particle when it is born.
-
默认值:
Color.WHITE
the scale of the particle when it is born.
-
默认值:
1.0
velocity : Cartesian3
The velocity of the particle in world coordinates.
-
默认值:
Cartesian3.ZERO