ParticleSystem
ParticleSystem
is 3D particles.
- Cesium element: ParticleSystem
- Example: ParticleSystem
Availability
Inside Viewer or CesiumWidget component. A ParticleSystem object will be attached to the PrimitiveCollection of the Viewer or CesiumWidget.
Properties
Cesium properties
Property | Type | Description |
---|---|---|
image | any | |
show | boolean | |
sizeInMeters | boolean | |
modelMatrix | Matrix4 | |
emitter | ParticleEmitter | |
emitterModelMatrix | Matrix4 | |
emissionRate | number | |
bursts | ParticleBurst[] | |
loop | boolean | |
startScale | number | |
endScale | number | |
startColor | Color | |
endColor | Color | |
imageSize | ||
minimumImageSize | Cartesian2 | |
maximumImageSize | Cartesian2 | |
speed | ||
minimumSpeed | number | |
maximumSpeed | number | |
lifetime | number | |
particleLife | ||
minimumParticleLife | number | |
maximumParticleLife | number | |
mass | ||
minimumMass | number | |
maximumMass | number |
Cesium read-only properties
Property | Type | Description |
---|---|---|
color | Color | |
scale | number | |
imageSize | Cartesian2 | |
speed | number | |
particleLife | number | |
mass | number |
Cesium events
Property | Type | Description |
---|---|---|
onComplete | () => void | |
onUpdate | updateCallback |
Other properties
N/A