C# Class Universe.Framework.ClientInterfaces.Animation

Afficher le fichier Open project: Virtual-Universe/Virtual-Universe

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

public Animation ( ) : System
Résultat System

Animation() public méthode

Animation from OSDMap from LLSD XML or LLSD JSON
public Animation ( OSDMap args ) : System
args OSDMap
Résultat System

Animation() public méthode

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
Résultat System

FromOSD() public méthode

Fill object with data from OSDMap
public FromOSD ( OSDMap args ) : void
args OSDMap
Résultat void

ToOSD() public méthode

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