PointClickEngine::Graphics::Effects::ParticleEffect
Inherits PointClickEngine::Graphics::Effects::Effect < Reference < Object
Particle effect that can be attached to objects or scenes
Constructors
custom(config : Particles::EmitterConfig, duration : Float32 = 0.0_f32, follow_target : Bool = true) : ParticleEffect
Constructor for custom particle effects
new(particle_type : ParticleType, duration : Float32 = 0.0_f32, follow_target : Bool = true)
SourceInstance methods
custom_config=(custom_config : Particles::EmitterConfig | Nil)
Set custom emitter configuration
emitter
Sourcefollow_target
Sourcefollow_target=(follow_target : Bool)
Sourceoffset
Sourceoffset=(offset : RL::Vector2)
Sourceparticle_type
Source