FbxGlobalSettings::TimeMarker Struct Reference

This reference page is linked to from the following overview topics: FBX SDK 2014.



Detailed Description

Definition at line 192 of file fbxglobalsettings.h.

#include <fbxglobalsettings.h>

List of all members.

Public Member Functions

 TimeMarker ()
 Default constructor.
 TimeMarker (const TimeMarker &pTimeMarker)
 Copy constructor.
TimeMarkeroperator= (const TimeMarker &pTimeMarker)
 Assignment operator.

Public Attributes

FbxString mName
 Marker name.
FbxTime mTime
 Marker time.
bool mLoop
 Loop flag.

Constructor & Destructor Documentation

Default constructor.

TimeMarker ( const TimeMarker pTimeMarker)

Copy constructor.

Parameters:
pTimeMarkerAnother time marker copied to this time marker.

Member Function Documentation

TimeMarker& operator= ( const TimeMarker pTimeMarker)

Assignment operator.

Parameters:
pTimeMarkerAnother time marker assigned to this time marker.

Member Data Documentation

Marker name.

Definition at line 208 of file fbxglobalsettings.h.

Marker time.

Definition at line 211 of file fbxglobalsettings.h.

bool mLoop

Loop flag.

Definition at line 214 of file fbxglobalsettings.h.


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