FBX C++ API Reference
|
#include <fbxanimevalstate.h>
This class hold results for property evaluation.
Definition at line 122 of file fbxanimevalstate.h.
Public Member Functions | |
FbxPropertyEvalState (FbxProperty &pProperty) | |
virtual | ~FbxPropertyEvalState () |
template<class T > | |
T | Get () const |
template<class T > | |
bool | Set (const T &pValue) |
![]() | |
FbxEvalState () | |
Public Attributes | |
FbxPropertyValue * | mValue |
![]() | |
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.