OpenSim
|
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 |
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.
|
inline |
Definition at line 110 of file IAvatarService.cs.
|
inline |
Definition at line 114 of file IAvatarService.cs.
|
inline |
Definition at line 144 of file IAvatarService.cs.
|
inline |
|
inline |
Definition at line 131 of file IAvatarService.cs.
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.