![]() |
Oolite 1.91.0.7650-250121-affa790
|
#include <OOSparkEntity.h>
Private Attributes | |
GLfloat | _baseRGBA [4] |
GLfloat | _duration |
GLfloat | _timeRemaining |
Definition at line 29 of file OOSparkEntity.h.
- (id) initWithPosition: | (HPVector) | position | |
velocity: | (Vector) | velocity | |
duration: | (OOTimeDelta) | duration | |
size: | (float) | size | |
color: | (OOColor *) | color |
Definition at line 41 of file OOSparkEntity.m.
References _duration, _timeRemaining, OOColor::getRed:green:blue:alpha:, performUpdate:, Entity::setCollisionRadius:, Entity::setPosition:, and Entity::setVelocity:.
|
implementation |
Provided by category OOSparkEntity(Private).
Definition at line 69 of file OOSparkEntity.m.
Referenced by initWithPosition:velocity:duration:size:color:, and update:.
|
implementation |
Reimplemented from Entity.
Definition at line 62 of file OOSparkEntity.m.
References performUpdate:, and Entity::update:.
|
private |
Definition at line 32 of file OOSparkEntity.h.
|
private |
Definition at line 33 of file OOSparkEntity.h.
Referenced by initWithPosition:velocity:duration:size:color:.
|
private |
Definition at line 33 of file OOSparkEntity.h.
Referenced by initWithPosition:velocity:duration:size:color:.