|
VisioMove SDK (Android)
2.1.22
|

Public Member Functions | |
| void | setMStartTime (float value) |
| float | getMStartTime () |
| void | setMEndTime (float value) |
| float | getMEndTime () |
Public Member Functions inherited from VgReferenced | |
| synchronized void | release () |
| VgReferenced () | |
| VgReferenced (VgReferenced pThis) | |
| void | ref () |
| int | unref () |
| int | getNbReferences () |
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.
| float VgFunctorDescriptor.getMEndTime | ( | ) |
| float VgFunctorDescriptor.getMStartTime | ( | ) |
| void VgFunctorDescriptor.setMEndTime | ( | float | value | ) |
| void VgFunctorDescriptor.setMStartTime | ( | float | value | ) |