OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | Public Attributes | List of all members
OpenSim.Services.Interfaces.AvatarData Class Reference

Each region/client that uses avatars will have a data structure of this type representing the avatars. More...

Public Member Functions

 AvatarData ()
 
 AvatarData (Dictionary< string, object > kvp)
 
Dictionary< string, object > ToKeyValuePairs ()
 
 AvatarData (AvatarAppearance appearance)
 
AvatarAppearance ToAvatarAppearance ()
 

Public Attributes

int AvatarType
 
Dictionary< string, string > Data
 

Detailed Description

Each region/client that uses avatars will have a data structure of this type representing the avatars.

Definition at line 92 of file IAvatarService.cs.

Constructor & Destructor Documentation

OpenSim.Services.Interfaces.AvatarData.AvatarData ( )
inline

Definition at line 110 of file IAvatarService.cs.

OpenSim.Services.Interfaces.AvatarData.AvatarData ( Dictionary< string, object >  kvp)
inline

Definition at line 114 of file IAvatarService.cs.

OpenSim.Services.Interfaces.AvatarData.AvatarData ( AvatarAppearance  appearance)
inline

Definition at line 144 of file IAvatarService.cs.

Member Function Documentation

AvatarAppearance OpenSim.Services.Interfaces.AvatarData.ToAvatarAppearance ( )
inline

Definition at line 197 of file IAvatarService.cs.

Here is the call graph for this function:

Dictionary<string, object> OpenSim.Services.Interfaces.AvatarData.ToKeyValuePairs ( )
inline

Returns

Definition at line 131 of file IAvatarService.cs.

Member Data Documentation

int OpenSim.Services.Interfaces.AvatarData.AvatarType

Definition at line 107 of file IAvatarService.cs.

Dictionary<string,string> OpenSim.Services.Interfaces.AvatarData.Data

Definition at line 108 of file IAvatarService.cs.


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