FbxGlobalSettings::TimeMarker Struct Reference
 
 
 
FbxGlobalSettings::TimeMarker Struct Reference

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


#include <fbxglobalsettings.h>


Class Description

Definition at line 192 of file fbxglobalsettings.h.

List of all members.

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.

Constructor & Destructor Documentation

Default constructor.

TimeMarker ( const TimeMarker pTimeMarker )

Copy constructor.

Parameters:
pTimeMarker Another time marker copied to this time marker.

Member Function Documentation

TimeMarker& operator= ( const TimeMarker pTimeMarker )

Assignment operator.

Parameters:
pTimeMarker Another 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: