TrailEmitter3D QML Type
Emitter for logical particles from other particles. \since
6.2. More...
Properties
- follow : Particle3D
Methods
- vector3d burst(int count)
Detailed Description
\inherits
ParticleEmitter3D \inqmlmodule
QtQuick3D.Particles3D
TrailEmitter3D is a special emitter for emitting particles with starting positions inherited from other logical particles.
Property Documentation
follow : Particle3D |
This property defines the logical particle which this emitter follows. When the TrailEmitter3D emits particles, center position of those particles will become from the Particle3D the emitter follows.
Method Documentation
This method emits count amount of particles from this emitter immediately.
Note: TrailEmitter3D doesn't support other bursting methods. Position always comes from the particle defined with the follow property.