More...
#include <ParticleAssetField.h>
|
static F32 | calculateFieldBV (const ParticleAssetField &base, const ParticleAssetField &variation, const F32 effectAge, const bool modulate=false, const F32 modulo=0.0f) |
|
static F32 | calculateFieldBVE (const ParticleAssetField &base, const ParticleAssetField &variation, const ParticleAssetField &effect, const F32 effectAge, const bool modulate=false, const F32 modulo=0.0f) |
|
static F32 | calculateFieldBVLE (const ParticleAssetField &base, const ParticleAssetField &variation, const ParticleAssetField &overlife, const ParticleAssetField &effect, const F32 effectTime, const F32 particleAge, const bool modulate=false, const F32 modulo=0.0f) |
|
S32 addDataKey |
( |
const F32 |
time, |
|
|
const F32 |
value |
|
) |
| |
void clearDataKeys |
( |
void |
| ) |
|
U32 getDataKeyCount |
( |
void |
| ) |
const |
|
inline |
F32 getDataKeyTime |
( |
const U32 |
index | ) |
const |
F32 getDataKeyValue |
( |
const U32 |
index | ) |
const |
F32 getDefaultValue |
( |
void |
| ) |
const |
|
inline |
StringTableEntry getFieldName |
( |
void |
| ) |
const |
|
inline |
F32 getFieldValue |
( |
F32 |
time | ) |
const |
|
inline |
F32 getMaxTime |
( |
void |
| ) |
const |
|
inline |
F32 getMaxValue |
( |
void |
| ) |
const |
|
inline |
F32 getMinTime |
( |
void |
| ) |
const |
|
inline |
F32 getMinValue |
( |
void |
| ) |
const |
|
inline |
F32 getRepeatTime |
( |
void |
| ) |
const |
|
inline |
F32 getValueScale |
( |
void |
| ) |
|
|
inline |
F32 getValueScale |
( |
void |
| ) |
const |
|
inline |
void initialize |
( |
const F32 |
maxTime, |
|
|
const F32 |
minValue, |
|
|
const F32 |
maxValue, |
|
|
const F32 |
defaultValue |
|
) |
| |
bool removeDataKey |
( |
const U32 |
index | ) |
|
void resetDataKeys |
( |
void |
| ) |
|
bool setDataKeyValue |
( |
const U32 |
index, |
|
|
const F32 |
value |
|
) |
| |
void setFieldName |
( |
const char * |
pFieldName | ) |
|
bool setRepeatTime |
( |
const F32 |
repeatTime | ) |
|
S32 setSingleDataKey |
( |
const F32 |
value | ) |
|
void setValueBounds |
( |
F32 |
maxTime, |
|
|
F32 |
minValue, |
|
|
F32 |
maxValue, |
|
|
F32 |
defaultValue |
|
) |
| |
bool setValueScale |
( |
const F32 |
valueScale | ) |
|
The documentation for this class was generated from the following files:
- 2d/assets/ParticleAssetField.h
- 2d/assets/ParticleAssetField.cc