FBX C++ API Reference
All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
FbxEvalState Class Reference

#include <fbxanimevalstate.h>

Class Description

This class serves as the base class for an evaluation state element.

Definition at line 96 of file fbxanimevalstate.h.

+ Inheritance diagram for FbxEvalState:

Public Member Functions

 FbxEvalState ()
 

Public Attributes

bool mUpToDate
 If true, the evaluation state element is up-to-date for the current evaluation time. More...
 

Constructor & Destructor Documentation

◆ FbxEvalState()

FbxEvalState ( )
inline

Definition at line 99 of file fbxanimevalstate.h.

99 : mUpToDate(false){}
bool mUpToDate
If true, the evaluation state element is up-to-date for the current evaluation time.

Member Data Documentation

◆ mUpToDate

bool mUpToDate

If true, the evaluation state element is up-to-date for the current evaluation time.

Definition at line 100 of file fbxanimevalstate.h.


The documentation for this class was generated from the following file: