|
Oolite
|
#include <OOFlasherEntity.h>
Inheritance diagram for OOFlasherEntity:
Collaboration diagram for OOFlasherEntity:Class Methods | |
| (instancetype) | + flasherWithDictionary: |
Class Methods inherited from OOLightParticleEntity | |
| (void) | + setUpTexture |
| (OOTexture *) | + defaultParticleTexture |
| (void) | + resetGraphicsState [implementation] |
Private Attributes | |
| float | _frequency |
| float | _phase |
| float | _wave |
| float | _brightfraction |
| NSArray * | _colors |
| NSUInteger | _activeColor |
| OOTimeDelta | _time |
| BOOL | _active |
| BOOL | _justSwitched |
Definition at line 32 of file OOFlasherEntity.h.
| - (OOColor *) color |
Definition at line 1 of file OOFlasherEntity.m.
Referenced by FlasherGetProperty().
Here is the caller graph for this function:
|
implementation |
Reimplemented from Entity.
Definition at line 1 of file OOFlasherEntity.m.
|
implementation |
Reimplemented from OOLightParticleEntity.
Definition at line 1 of file OOFlasherEntity.m.
|
implementation |
Reimplemented from OOLightParticleEntity.
Definition at line 1 of file OOFlasherEntity.m.
|
implementation |
Reimplemented from Entity.
Definition at line 1 of file OOFlasherEntity.m.
| + (instancetype) flasherWithDictionary: | (NSDictionary *) | dictionary |
Definition at line 1 of file OOFlasherEntity.m.
| - (float) fraction |
Definition at line 1 of file OOFlasherEntity.m.
| - (float) frequency |
Definition at line 1 of file OOFlasherEntity.m.
|
implementation |
Provided by category OOFlasherEntity(Internal).
Definition at line 1 of file OOFlasherEntity.m.
| - (void) getJSClass: | (JSClass **) | outClass | |
| andPrototype: | (JSObject **) | outPrototype | |
Reimplemented from Entity.
Provided by category OOFlasherEntity(OOJavaScriptExtensions).
Definition at line 288 of file OOJSFlasher.m.
| - (id) initWithDictionary: | (NSDictionary *) | dictionary |
Definition at line 1 of file OOFlasherEntity.m.
| - (BOOL) isActive |
Definition at line 1 of file OOFlasherEntity.m.
|
implementation |
Reimplemented from Entity.
Definition at line 1 of file OOFlasherEntity.m.
| - (BOOL) isVisibleToScripts |
Reimplemented from Entity.
Provided by category OOFlasherEntity(OOJavaScriptExtensions).
Definition at line 288 of file OOJSFlasher.m.
| - (NSString *) oo_jsClassName |
Reimplemented from Entity.
Provided by category OOFlasherEntity(OOJavaScriptExtensions).
Definition at line 288 of file OOJSFlasher.m.
| - (float) phase |
Definition at line 1 of file OOFlasherEntity.m.
|
implementation |
Reimplemented from <OOSubEntity>.
Definition at line 1 of file OOFlasherEntity.m.
|
implementation |
Reimplemented from <OOSubEntity>.
Definition at line 1 of file OOFlasherEntity.m.
| - (void) setActive: | (BOOL) | active |
Definition at line 1 of file OOFlasherEntity.m.
Referenced by FlasherSetProperty().
Here is the caller graph for this function:| - (void) setFraction: | (float) | fraction |
Definition at line 1 of file OOFlasherEntity.m.
Referenced by FlasherSetProperty().
Here is the caller graph for this function:| - (void) setFrequency: | (float) | frequency |
Definition at line 1 of file OOFlasherEntity.m.
Referenced by FlasherSetProperty().
Here is the caller graph for this function:| - (void) setPhase: | (float) | phase |
Definition at line 1 of file OOFlasherEntity.m.
Referenced by FlasherSetProperty().
Here is the caller graph for this function:
|
implementation |
Provided by category OOFlasherEntity(Internal).
Definition at line 1 of file OOFlasherEntity.m.
|
implementation |
Reimplemented from Entity.
Definition at line 1 of file OOFlasherEntity.m.
|
private |
Definition at line 45 of file OOFlasherEntity.h.
|
private |
Definition at line 41 of file OOFlasherEntity.h.
|
private |
Definition at line 39 of file OOFlasherEntity.h.
|
private |
Definition at line 40 of file OOFlasherEntity.h.
|
private |
Definition at line 36 of file OOFlasherEntity.h.
|
private |
Definition at line 46 of file OOFlasherEntity.h.
|
private |
Definition at line 37 of file OOFlasherEntity.h.
|
private |
Definition at line 43 of file OOFlasherEntity.h.
|
private |
Definition at line 38 of file OOFlasherEntity.h.