#include <ParticleAssetFieldCollection.h>
◆ typeFieldHash
◆ ParticleAssetFieldCollection()
◆ ~ParticleAssetFieldCollection()
◆ addDataKey()
| S32 addDataKey |
( |
F32 | time, |
|
|
F32 | value ) |
◆ addField()
| void addField |
( |
ParticleAssetField & | particleAssetField, |
|
|
const char * | pFieldName, |
|
|
F32 | maxTime, |
|
|
F32 | minValue, |
|
|
F32 | maxValue, |
|
|
F32 | defaultValue ) |
◆ clearDataKeys()
| bool clearDataKeys |
( |
void | | ) |
|
◆ copyTo()
◆ deselectField()
| void deselectField |
( |
void | | ) |
|
|
inline |
◆ findField()
◆ getDataKey()
◆ getDataKeyCount()
| U32 getDataKeyCount |
( |
void | | ) |
const |
◆ getDataKeyTime()
| F32 getDataKeyTime |
( |
S32 | index | ) |
const |
◆ getDataKeyValue()
| F32 getDataKeyValue |
( |
S32 | index | ) |
const |
◆ getFields()
◆ getFieldValue()
| F32 getFieldValue |
( |
F32 | time | ) |
const |
◆ getMaxTime()
| F32 getMaxTime |
( |
void | | ) |
const |
◆ getMaxValue()
| F32 getMaxValue |
( |
void | | ) |
const |
◆ getMinTime()
| F32 getMinTime |
( |
void | | ) |
const |
◆ getMinValue()
| F32 getMinValue |
( |
void | | ) |
const |
◆ getRepeatTime()
| F32 getRepeatTime |
( |
void | | ) |
const |
◆ getSelectedField()
◆ getValueScale()
| F32 getValueScale |
( |
void | | ) |
const |
◆ onTamlCustomRead()
◆ onTamlCustomWrite()
◆ removeDataKey()
| bool removeDataKey |
( |
S32 | index | ) |
|
◆ selectField()
◆ setDataKey()
| bool setDataKey |
( |
S32 | index, |
|
|
F32 | value ) |
◆ setRepeatTime()
| bool setRepeatTime |
( |
const F32 | repeatTime | ) |
|
◆ setSingleDataKey()
| S32 setSingleDataKey |
( |
const F32 | value | ) |
|
◆ setValueScale()
| bool setValueScale |
( |
const F32 | valueScale | ) |
|
◆ WriteCustomTamlSchema()
The documentation for this class was generated from the following files:
- 2d/assets/ParticleAssetFieldCollection.h
- 2d/assets/ParticleAssetFieldCollection.cc