VisioMove SDK (Android)
2.1.22
|
Public Member Functions | |
VgSpatialConstRefPtr () | |
VgSpatialConstRefPtr (VgSpatial pPointer) | |
VgSpatialConstRefPtr (VgSpatialConstRefPtr pConstRefPtr) | |
VgSpatialConstRefPtr | set (VgSpatial pPointer) |
VgSpatial | __ref__ () |
VgSpatial | __deref__ () |
VgSpatial | get () |
boolean | isValid () |
VgAnimationConstRefPtr | getAnimation (String pName) |
void | getAnimationNames (VgStringList pNameList) |
VgValue | getAnimationChannelValue (String pChannelName) |
VgPosition | getPosition () |
VgOrientation | getOrientation () |
float | getScale () |
int | getZIndex () |
boolean | isDrawnOnTop () |
boolean | isVisible () |
void | ref () |
int | unref () |
int | getNbReferences () |
Static Public Member Functions | |
static VgSpatialConstRefPtr | getNull () |
This class gives access to the spatial aspect of an object (layer, point, etc). The spatial aspect controls the object's position in scene space. It also enables animation features on spatial objects.
VgSpatialConstRefPtr.VgSpatialConstRefPtr | ( | ) |
VgSpatialConstRefPtr.VgSpatialConstRefPtr | ( | VgSpatial | pPointer | ) |
VgSpatialConstRefPtr.VgSpatialConstRefPtr | ( | VgSpatialConstRefPtr | pConstRefPtr | ) |
VgSpatial VgSpatialConstRefPtr.__deref__ | ( | ) |
VgSpatial VgSpatialConstRefPtr.__ref__ | ( | ) |
VgSpatial VgSpatialConstRefPtr.get | ( | ) |
VgAnimationConstRefPtr VgSpatialConstRefPtr.getAnimation | ( | String | pName | ) |
Gets an animation from the spatial's animation map.
pName | The name of the animation to fetch. |
VgValue VgSpatialConstRefPtr.getAnimationChannelValue | ( | String | pChannelName | ) |
Get the current value of a given animation channel.
pChannelName | The name of the channel. |
void VgSpatialConstRefPtr.getAnimationNames | ( | VgStringList | pNameList | ) |
Gets the list of the stored animation names.
pNameList | The list of strings to feed with the names. |
int VgSpatialConstRefPtr.getNbReferences | ( | ) |
|
static |
VgOrientation VgSpatialConstRefPtr.getOrientation | ( | ) |
Gets spatial's orientation.
VgPosition VgSpatialConstRefPtr.getPosition | ( | ) |
Gets spatial's position.
float VgSpatialConstRefPtr.getScale | ( | ) |
int VgSpatialConstRefPtr.getZIndex | ( | ) |
boolean VgSpatialConstRefPtr.isDrawnOnTop | ( | ) |
boolean VgSpatialConstRefPtr.isValid | ( | ) |
boolean VgSpatialConstRefPtr.isVisible | ( | ) |
void VgSpatialConstRefPtr.ref | ( | ) |
VgSpatialConstRefPtr VgSpatialConstRefPtr.set | ( | VgSpatial | pPointer | ) |
int VgSpatialConstRefPtr.unref | ( | ) |