VisioMove SDK (iOS)
2.1.22
|
Public Member Functions | |
virtual | ~VgFunctorDescriptor () |
Public Member Functions inherited from VgEngine::VgReferenced | |
VgReferenced () | |
VgReferenced (const VgReferenced &pThis) | |
virtual | ~VgReferenced () |
VgReferenced & | operator= (const VgReferenced &pThis) |
void | ref () const |
int | unref () const |
int | getNbReferences () const |
Public Attributes | |
float | mStartTime |
float | mEndTime |
Protected Member Functions | |
VgFunctorDescriptor () | |
Protected Attributes | |
Private * | mPrivate |
Protected Attributes inherited from VgEngine::VgReferenced | |
int | mNbReferences |
Friends | |
class | VgObjectBridge |
This is the super class for all functor descriptor classes in the SDK. It simply contains a string that identifies the functor type. This class can not be used directly, only the concrete functor descriptor subclasses can.
A functor descriptor class is used to describe an animation which can be applied to a VgEngine::VgSpatial object.
|
virtual |
Class destructor.
|
protected |
This class constructor is protected to prevent instantiation. This class can only be instantiated through it's concrete subclasses.
|
friend |
float VgEngine::VgFunctorDescriptor::mEndTime |
The functor's end time (relative to the animation's start time). If this member is negative when the animation is instantiated, it means animation's end. Default value is -1.
|
protected |
float VgEngine::VgFunctorDescriptor::mStartTime |
The functor start time (relative to the animation's start time). Default value is zero.