EffectRender¶
Inherited: None
Description¶
The ParticleRender component allows you to display Particle Effects such as fire and explosions.
Public Methods¶
Static Methods¶
None
Methods Description¶
VisualEffect * EffectRender::effect () const
Returns a ParticleEffect assigned to the this component.
See also setEffect().
void EffectRender::setEffect (VisualEffect * effect)
Assgines a particle effect to the this component.
See also effect().