Kaba class Particle ed
Syntax ed
class Particle
color color
float elapsed
bool enabled
float func_delta_t
vector pos
float radius
rect source
bool suicidal
Texture* texture
float time_to_live
vector vel
# functions
void __init__(vector pos, Texture* texture, float ttl, float radius)
void __init__()
virtual void on_iterate(float dt)
Functions ed
- void __init__(vector pos, Texture* texture, float ttl, float radius)
- description
- void __init__()
- description
- void on_iterate(float dt)
- description
Elements ed
- color color
- description
- float elapsed
- description
- bool enabled
- description
- float func_delta_t
- description
- vector pos
- description
- float radius
- description
- rect source
- description
- bool suicidal
- description
- Texture* texture
- description
- float time_to_live
- description
- vector vel
- description