FBX C++ API Reference
|
#include <fbxglobalsettings.h>
Definition at line 192 of file fbxglobalsettings.h.
Public Member Functions | |
TimeMarker () | |
Default constructor. More... | |
TimeMarker (const TimeMarker &pTimeMarker) | |
Copy constructor. More... | |
TimeMarker & | operator= (const TimeMarker &pTimeMarker) |
Assignment operator. More... | |
Public Attributes | |
FbxString | mName |
Marker name. More... | |
FbxTime | mTime |
Marker time. More... | |
bool | mLoop |
Loop flag. More... | |
TimeMarker | ( | ) |
Default constructor.
TimeMarker | ( | const TimeMarker & | pTimeMarker | ) |
Copy constructor.
pTimeMarker | Another time marker copied to this time marker. |
TimeMarker& operator= | ( | const TimeMarker & | pTimeMarker | ) |
Assignment operator.
pTimeMarker | Another time marker assigned to this time marker. |
FbxString mName |
Marker name.
Definition at line 208 of file fbxglobalsettings.h.
FbxTime mTime |
Marker time.
Definition at line 211 of file fbxglobalsettings.h.
bool mLoop |
Loop flag.
Definition at line 214 of file fbxglobalsettings.h.