dagon v0.12.0-beta2 (2021-10-10T20:59:18Z)
Home
Dub
Repo
BlackHole
dagon
graphics
particles
Undocumented in source.
class
BlackHole :
ForceField
{
float
g
;
float
threshold
;
this
(Entity e, ParticleSystem psys, float magnitude);
void
affect
(Particle p);
}
Constructors
this
this
(Entity e, ParticleSystem psys, float magnitude)
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
g
float
g
;
Undocumented in source.
threshold
float
threshold
;
Undocumented in source.
Inherited Members
From ForceField
active
bool
active
;
Undocumented in source.
affect
void
affect
(Particle p)
Undocumented in source.
Meta
Source
See Implementation
dagon
graphics
particles
classes
Attractor
BlackHole
ColorChanger
Deflector
Emitter
ForceField
ParticleSystem
Vortex
functions
entityIsParticleSystem
structs
Particle