C# Class Universe.Framework.ClientInterfaces.Animation

Exibir arquivo Open project: Virtual-Universe/Virtual-Universe

Private Properties

Property Type Description

Public Methods

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

Method Details

Animation() public method

public Animation ( ) : System
return System

Animation() public method

Animation from OSDMap from LLSD XML or LLSD JSON
public Animation ( OSDMap args ) : System
args OSDMap
return System

Animation() public method

Creates an Animation based on the data
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

FromOSD() public method

Fill object with data from OSDMap
public FromOSD ( OSDMap args ) : void
args OSDMap
return void

ToOSD() public method

Pack this object up as an OSDMap for transferring via LLSD XML or LLSD JSON
public ToOSD ( ) : OSDMap
return OSDMap