TrailEmitter3D QML Type

Emitter for logical particles from other particles. More...

Import Statement: import QtQuick3D.Particles3D
Since: Qt 6.2
Inherits:

ParticleEmitter3D

Properties

Methods

  • vector3d burst(int count)

Detailed Description

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

vector3d burst(int count)

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.


© 2024 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.