|
FBX C++ API Reference
|
#include <fbxanimevalstate.h>
This class hold results for property evaluation.
Definition at line 122 of file fbxanimevalstate.h.
Inheritance diagram for FbxPropertyEvalState:Public Member Functions | |
| FbxPropertyEvalState (FbxProperty &pProperty) | |
| virtual | ~FbxPropertyEvalState () |
| template<class T > | |
| T | Get () const |
| template<class T > | |
| bool | Set (const T &pValue) |
Public Member Functions inherited from FbxEvalState | |
| FbxEvalState () | |
Public Attributes | |
| FbxPropertyValue * | mValue |
Public Attributes inherited from FbxEvalState | |
| bool | mUpToDate |
If true, the evaluation state element is up-to-date for the current evaluation time. More... | |
| FbxPropertyEvalState | ( | FbxProperty & | pProperty | ) |
|
virtual |
|
inline |
Definition at line 128 of file fbxanimevalstate.h.
|
inline |
Definition at line 129 of file fbxanimevalstate.h.
| FbxPropertyValue* mValue |
Definition at line 131 of file fbxanimevalstate.h.