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

Static Public Member Functions

static UUID GetDefaultAnimation (string name)
 Get the default avatar animation with the given name. More...
 
static string GetDefaultAnimationName (UUID uuid)
 Get the name of the animation given a UUID. If there is no matching animation return the UUID as a string. More...
 

Static Public Attributes

static readonly string DefaultAnimationsPath = "data/avataranimations.xml"
 
static Dictionary< string, UUID > AnimsUUID = new Dictionary<string, UUID>()
 
static Dictionary< UUID, string > AnimsNames = new Dictionary<UUID, string>()
 
static Dictionary< UUID, string > AnimStateNames = new Dictionary<UUID, string>()
 

Detailed Description

Definition at line 36 of file DefaultAvatarAnimations.cs.

Member Function Documentation

static UUID OpenSim.Region.Framework.Scenes.Animation.DefaultAvatarAnimations.GetDefaultAnimation ( string  name)
inlinestatic

Get the default avatar animation with the given name.

Parameters
name
Returns

Definition at line 92 of file DefaultAvatarAnimations.cs.

static string OpenSim.Region.Framework.Scenes.Animation.DefaultAvatarAnimations.GetDefaultAnimationName ( UUID  uuid)
inlinestatic

Get the name of the animation given a UUID. If there is no matching animation return the UUID as a string.

Definition at line 112 of file DefaultAvatarAnimations.cs.

Member Data Documentation

Dictionary<UUID, string> OpenSim.Region.Framework.Scenes.Animation.DefaultAvatarAnimations.AnimsNames = new Dictionary<UUID, string>()
static

Definition at line 43 of file DefaultAvatarAnimations.cs.

Dictionary<UUID, string> OpenSim.Region.Framework.Scenes.Animation.DefaultAvatarAnimations.AnimStateNames = new Dictionary<UUID, string>()
static

Definition at line 44 of file DefaultAvatarAnimations.cs.

Dictionary<string, UUID> OpenSim.Region.Framework.Scenes.Animation.DefaultAvatarAnimations.AnimsUUID = new Dictionary<string, UUID>()
static

Definition at line 42 of file DefaultAvatarAnimations.cs.

readonly string OpenSim.Region.Framework.Scenes.Animation.DefaultAvatarAnimations.DefaultAnimationsPath = "data/avataranimations.xml"
static

Definition at line 40 of file DefaultAvatarAnimations.cs.


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