This is a struct to define time markers.
Definition at line 106 of file fbxglobaltimesettings.h.
#include <fbxglobaltimesettings.h>
Public Member Functions |
|
| TimeMarker () | |
| Default constructor. |
|
| TimeMarker (const TimeMarker &pTimeMarker) | |
| Copy constructor. |
|
| TimeMarker & | operator= (const TimeMarker &pTimeMarker) |
| Assignment operator. |
|
Public Attributes |
|
| FbxString | mName |
| Marker name. |
|
| FbxTime | mTime |
| Marker time. |
|
| bool | mLoop |
| Loop flag. |
|
| 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. |
| bool mLoop |