OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | Properties | List of all members
OpenSim.Framework.Animation Class Reference

Information about an Animation More...

Public Member Functions

 Animation ()
 
 Animation (UUID animID, int sequenceNum, UUID objectID)
 Creates an Animation based on the data More...
 
 Animation (OSDMap args)
 Animation from OSDMap from LLSD XML or LLSD json More...
 
OSDMap PackUpdateMessage ()
 Pack this object up as an OSDMap for transferring via LLSD XML or LLSD json More...
 
void UnpackUpdateMessage (OSDMap args)
 Fill object with data from OSDMap More...
 
override bool Equals (object obj)
 
override int GetHashCode ()
 
override string ToString ()
 

Properties

UUID AnimID [get, set]
 ID of Animation More...
 
int SequenceNum [get, set]
 
UUID ObjectID [get, set]
 Unique ID of object that is being animated More...
 

Detailed Description

Information about an Animation

Definition at line 38 of file Animation.cs.

Constructor & Destructor Documentation

OpenSim.Framework.Animation.Animation ( )
inline

Definition at line 69 of file Animation.cs.

OpenSim.Framework.Animation.Animation ( UUID  animID,
int  sequenceNum,
UUID  objectID 
)
inline

Creates an Animation based on the data

Parameters
animIDUUID ID of animation
sequenceNum
objectIDID of object to be animated

Definition at line 79 of file Animation.cs.

OpenSim.Framework.Animation.Animation ( OSDMap  args)
inline

Animation from OSDMap from LLSD XML or LLSD json

Parameters
args

Definition at line 90 of file Animation.cs.

Member Function Documentation

override bool OpenSim.Framework.Animation.Equals ( object  obj)
inline

Definition at line 123 of file Animation.cs.

override int OpenSim.Framework.Animation.GetHashCode ( )
inline

Definition at line 135 of file Animation.cs.

OSDMap OpenSim.Framework.Animation.PackUpdateMessage ( )
inline

Pack this object up as an OSDMap for transferring via LLSD XML or LLSD json

Returns

Definition at line 100 of file Animation.cs.

override string OpenSim.Framework.Animation.ToString ( )
inline

Definition at line 140 of file Animation.cs.

void OpenSim.Framework.Animation.UnpackUpdateMessage ( OSDMap  args)
inline

Fill object with data from OSDMap

Parameters
args

Definition at line 113 of file Animation.cs.

Property Documentation

UUID OpenSim.Framework.Animation.AnimID
getset

ID of Animation

Definition at line 46 of file Animation.cs.

UUID OpenSim.Framework.Animation.ObjectID
getset

Unique ID of object that is being animated

Definition at line 64 of file Animation.cs.

int OpenSim.Framework.Animation.SequenceNum
getset

Definition at line 53 of file Animation.cs.


The documentation for this class was generated from the following file: