Public Member Functions | |
| Animation () | |
| Animation (UUID animID, int sequenceNum, UUID objectID) | |
| Creates an Animation based on the data. | |
| Animation (OSDMap args) | |
| Animation from OSDMap from LLSD XML or LLSD json. | |
| OSDMap | PackUpdateMessage () |
| Pack this object up as an OSDMap for transferring via LLSD XML or LLSD json. | |
| void | UnpackUpdateMessage (OSDMap args) |
| Fill object with data from OSDMap. | |
Properties | |
| UUID | AnimID [get, set] |
| ID of Animation. | |
| int | SequenceNum [get, set] |
| UUID | ObjectID [get, set] |
| Unique ID of object that is being animated. | |
| OpenSim::Framework::Animation::Animation | ( | ) | [inline] |
| OpenSim::Framework::Animation::Animation | ( | UUID | animID, | |
| int | sequenceNum, | |||
| UUID | objectID | |||
| ) | [inline] |
Creates an Animation based on the data.
| animID | UUID ID of animation | |
| sequenceNum | ||
| objectID | ID of object to be animated |
| OpenSim::Framework::Animation::Animation | ( | OSDMap | args | ) | [inline] |
| OSDMap OpenSim::Framework::Animation::PackUpdateMessage | ( | ) | [inline] |
Pack this object up as an OSDMap for transferring via LLSD XML or LLSD json.
| void OpenSim::Framework::Animation::UnpackUpdateMessage | ( | OSDMap | args | ) | [inline] |
Fill object with data from OSDMap.
| args |
UUID OpenSim::Framework::Animation::AnimID [get, set] |
ID of Animation.
int OpenSim::Framework::Animation::SequenceNum [get, set] |
UUID OpenSim::Framework::Animation::ObjectID [get, set] |
Unique ID of object that is being animated.
1.5.6