|
| void | SetEmitterPosition (float a0, float a1) |
| |
| Rect< int > | GetEmitterClipFrame () |
| |
| void | SetEmitterClipFrame (Rect< int > a0) |
| |
| bool | ClippingEnabled () |
| |
| void | SetEmitterTarget (int a0, int a1, float a2, bool a3) |
| |
| void | SetEmitterGravity (float a0, float a1) |
| |
| void | SetParticleGravity (float a0, float a1) |
| |
| void | SetParticleStartColor (int a0, int a1, int a2, int a3) |
| |
| void | SetParticleEndColor (int a0, int a1, int a2, int a3) |
| |
| void | SetParticleDispersionRadius (float a0) |
| |
| void | SetParticleDirection (float a0, float a1) |
| |
| void | SetParticleRate (float a0, float a1) |
| |
| void | SetParticleLife (float a0, float a1) |
| |
| void | SetParticleSpeed (float a0, float a1) |
| |
| void | SetEmitterInitialParticleCount (int a0) |
| |
| void | SetParticleStartSize (float a0, float a1) |
| |
| void | SetParticleEndSize (float a0, float a1) |
| |
| void | SetParticleMaterialName (std::string a0) |
| |
| void | SetParticleBlendingType (int a0) |
| |
| void | SetEmitterLife (int a0) |
| |
| bool | SetEmitterMaterial (std::string a0, int a1, int a2, float a3) |
| |
| void | SetParticleRotation (float a0, float a1) |
| |
| void | SetNextEmitter (ParticleEmitter2D a0) |
| |
| void | EmitterAddColorPalette (int a0, int a1, int a2) |
| |
| void | SetParticleStartColorPalette (int a0, int a1, int a2) |
| |
| void | SetEmitterDirection (float a0, float a1) |
| |
| void | SetParticleEndColorPalette (int a0, int a1, int a2) |
| |
| void | CalculateParticleRotationFromDirection () |
| |
| void | EmitterAddAttractor (float a0, float a1, float a2, float a3) |
| |
| void | SetEmitterUseAttractor (int a0, int a1, bool a2) |
| |
| void | SetParticleMaterialAnim (int a0, int a1, float a2) |
| |
| void | SetEmitterWidth (float a0) |
| |
| void | SetEmitterViscosity (float a0) |
| |
| void | SetEmitterWarmupTime (float a0) |
| |
| void | SetEmitterDelayStart (float a0) |
| |
| void | EnableDebug (bool a0) |
| |
| virtual char * | getClassName ()=0 |
| | Gets the class name of the derived class in the format class T[*].
|
| |
| virtual void * | getPropertyList ()=0 |
| | Constructs and caches the PropertyList for the derived class, adding all reflected members and member functions.
|
| |
| virtual bool | copy (uint32_t a1)=0 |
| | Copies the property class data.
|
| |
| virtual void * | serialize (void *a2, uint32_t a3)=0 |
| | Serializes the derived class's PropertyList as XML.
|
| |
| virtual bool | onCreated ()=0 |
| | Called when the PropertyClass is created.
|
| |
| template<typename T > |
| CYRUS T * | as () |
| | Casts this to a pointer of type T.
|
| |
| virtual void | onPostLoad ()=0 |
| | Called when the PropertyClass is loaded, i.e., initialize is called and onCreated has finished.
|
| |
| virtual void | onFinalizeLoad ()=0 |
| |
| virtual bool | shouldNotSerialize ()=0 |
| | Determines if the PropertyClass should not be serialized.
|
| |