bubel-ecs ~master (2023-04-27T10:30:22Z)
Dub
Repo
CParticleLife
demos
particles
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (
C
)
struct
CParticleLife {
mixin
ECS
.
Component
;
this
(float life_in_secs);
int
life
;
}
Constructors
this
this
(float life_in_secs)
Undocumented in source.
Alias This
life
Members
Mixins
__anonymous
mixin
ECS
.
Component
Undocumented in source.
Variables
life
int
life
;
Undocumented in source.
Mixed In Members
From
mixin
ECS
.
Component
ref_
deprecated
ComponentRef
ref_
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
demos
particles
functions
getParticlesDemo
particlesEnd
particlesEvent
particlesLoop
particlesRegister
particlesStart
static variables
particles_demo
structs
AttractSystem
AttractorIterator
CAttractor
CForceRange
CGravity
CParticleLife
CVortex
GravitySystem
MouseAttractSystem
ParticleLifeSystem
ParticlesDemo
PlayAreaSystem