dagon v0.9.1 (2018-11-17T09:21:41Z)
Home
Dub
Repo
ColorChanger
dagon
graphics
particles
Undocumented in source.
class
ColorChanger :
ForceField
{
Color4f
color
;
float
outerRadius
;
float
innerRadius
;
this
(Entity e, ParticleSystem psys, Color4f color, float outerRadius, float innerRadius);
void
affect
(Particle p);
}
Constructors
this
this
(Entity e, ParticleSystem psys, Color4f color, float outerRadius, float innerRadius)
Undocumented in source.
Members
Functions
affect
void
affect
(Particle p)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
color
Color4f
color
;
Undocumented in source.
innerRadius
float
innerRadius
;
Undocumented in source.
outerRadius
float
outerRadius
;
Undocumented in source.
Inherited Members
From ForceField
upadte
void
upadte
(double dt)
Undocumented in source. Be warned that the author may not have intended to support it.
affect
void
affect
(Particle p)
Undocumented in source.
Meta
Source
See Implementation
dagon
graphics
particles
classes
Attractor
BlackHole
ColorChanger
Deflector
Emitter
ForceField
ParticleSystem
Vortex
structs
Particle