Property | Type | Description |
---|
Method | Description | |
---|---|---|
Animation ( ) : System | ||
Animation ( OSDMap args ) : System |
Animation from OSDMap from LLSD XML or LLSD JSON
|
|
Animation ( UUID animID, int sequenceNum, UUID objectID ) : System |
Creates an Animation based on the data
|
|
FromOSD ( OSDMap args ) : void |
Fill object with data from OSDMap
|
|
ToOSD ( ) : OSDMap |
Pack this object up as an OSDMap for transferring via LLSD XML or LLSD JSON
|
public Animation ( UUID animID, int sequenceNum, UUID objectID ) : System | ||
animID | UUID | UUID ID of animation |
sequenceNum | int | |
objectID | UUID | ID of object to be animated |
return | System |