TrailEmitter3D QML Type

Emitter for logical particles from other particles. 更多...

导入语句: import QtQuick3D.Particles3D
Since: Qt 6.2
继承: ParticleEmitter3D

特性

方法

详细描述

TrailEmitter3D is a special emitter for emitting particles with starting positions inherited from other logical particles.

特性文档编制

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.


方法文档编制

vector3d burst ( int count )

This method emits count amount of particles from this emitter immediately.

注意: TrailEmitter3D doesn't support other bursting methods. Position always comes from the particle defined with the follow 特性。