TrailEmitter QML Type

Emits logical particles from other logical particles 更多...

导入语句: import QtQuick.Particles 2.0

特性

信号

详细描述

This element emits logical particles into the ParticleSystem , with the starting positions based on those of other logical particles.

特性文档编制

emitHeight : real

The height in pixels the emitShape is scaled to. If set to TrailEmitter .ParticleSize, the height will be the current size of the particle being followed.

Default is 0.


emitRatePerParticle : real

emitShape : Shape

As the area of a TrailEmitter is the area it follows, a separate shape can be provided to be the shape it emits out of. This shape has width and height specified by emitWidth and emitHeight , and is centered on the followed particle's position.

The default shape is a filled Rectangle.


emitWidth : real

The width in pixels the emitShape is scaled to. If set to TrailEmitter .ParticleSize, the width will be the current size of the particle being followed.

Default is 0.


follow : string

The type of logical particle which this is emitting from.


velocityFromMovement : qreal

If this value is non-zero, then any movement of the emitter will provide additional starting velocity to the particles based on the movement. The additional vector will be the same angle as the emitter's movement, with a magnitude that is the magnitude of the emitters movement multiplied by velocityFromMovement.

默认值为 0。


信号文档编制

void emitFollowParticles ( Array particles , Particle followed )

This signal is emitted when particles are emitted from the followed particle. particles contains an array of particle objects which can be directly manipulated.

相应处理程序是 onEmitFollowParticles . If you use this signal handler, emitParticles will not be emitted.


版权所有  © 2014-2023 乐数软件    

工业和信息化部: 粤ICP备14079481号-1