Enfusion Script API
|
Classes | |
interface | Animation |
interface | Color |
interface | Material |
interface | Particles |
Script API to Particle Effect Component. More... | |
enum AnimFlags |
Enumerator | |
---|---|
ONCE | Animation won't be looping. It will freeze at last frame, until is cleared out. |
USER | Animation won't be playing. Animation frame must be set directly by SetFrame method. |
RESET | Nevertheless there is already running the same animation, it will be restarted. If not set, call to SetAnimSlot is ignored when you're trying to set the same anim. |
FORCEFPS | When there is -fps in anim script (anim.def), you must force overrride it if you want to change framerate. |
BLENDOUT | Works together with AF_ONCE. When it's set, animation won't freeze at the last frame, but is cleared out automaticly and it fades out by set fadeout-time. |
NOANIMHOOKS | Animation hooks won't be called, when set. |
NOANIMEND | EV_ANIMEND won't be called, when set. |
enum EmitterParam |
Emitter param enumeration for GetParam and SetParam methods.
enum LightFlags |
enum LightLensFlareType |
enum LightType |
enum MeshObjectFlags |
Enumerator | |
---|---|
CUSTOM | Mesh created through MeshObject::Create. |
DYNAMIC_VERTEXES | Hint for dynamic HW buffers. |
DUMMY_TANGENTS | |
UPDATE_BOUNDBOX | Geometry has changed. Bound-box is dirty. |
enum VCFlags |
VObjectComponent flags.