nw::gfx::res::ParticleUsage Enumerated Typeenum ParticleUsage;
| Value | Description |
|---|---|
| PARTICLEUSAGE_INVALID | Invalid value. |
PARTICLEUSAGE_TRANSLATE |
Translation. |
PARTICLEUSAGE_SCALE |
Scaling. |
PARTICLEUSAGE_ROTATE |
Rotation. |
PARTICLEUSAGE_COLOR |
RGB color. |
PARTICLEUSAGE_ALPHA |
Alpha. |
PARTICLEUSAGE_TEXTURETRANSLATE0 |
Translation of texture coordinates. |
PARTICLEUSAGE_TEXTURESCALE0 |
Scaling of texture coordinates. |
PARTICLEUSAGE_TEXTUREROTATE0 |
Rotation of texture coordinates. |
PARTICLEUSAGE_SCALE_EXT |
Scaling (extended). |
PARTICLEUSAGE_ID |
Particle ID. |
PARTICLEUSAGE_BIRTH |
Time of creation. |
PARTICLEUSAGE_LIFE |
Lifespan. |
PARTICLEUSAGE_VELOCITY |
Velocity. |
PARTICLEUSAGE_ACTIVEINDEX |
Indirect reference index to the element in use. |
PARTICLEUSAGE_FREEINDEX |
Indirect reference index to a usable element. |
PARTICLEUSAGE_NEG_TIMELIMIT |
Negative number (for speedup purposes) indicates the time when the particle should disappear. |
PARTICLEUSAGE_COUNT |
Number of types. |
PARTICLEUSAGE_IS_INT |
Definitions of types used for particle streams.
CONFIDENTIAL