Property | Type | Description | |
---|---|---|---|
m_ArchiveService | IAvatarAppearanceArchiver | ||
m_Database | IAvatarData | ||
m_assetService | IAssetService | ||
m_enableCacheBakedTextures | bool | ||
m_invService | IInventoryService |
Method | Description | |
---|---|---|
FinishedStartup ( ) : void | ||
GetAndEnsureAppearance ( UUID principalID, string defaultUserAvatarArchive, bool &loadedArchive ) : |
||
Initialize ( IConfigSource config, IRegistryCore registry ) : void | ||
ResetAvatarAppearance ( IScene scene, string cmd ) : void | ||
Start ( IConfigSource config, IRegistryCore registry ) : void |
Method | Description | |
---|---|---|
DeleteUserInformation ( string name, object param ) : object | ||
GetAppearance ( UUID principalID ) : |
||
ResetAvatar ( UUID principalID ) : void | ||
SetAppearance ( UUID principalID, |
public GetAndEnsureAppearance ( UUID principalID, string defaultUserAvatarArchive, bool &loadedArchive ) : |
||
principalID | UUID | |
defaultUserAvatarArchive | string | |
loadedArchive | bool | |
return |
public Initialize ( IConfigSource config, IRegistryCore registry ) : void | ||
config | IConfigSource | |
registry | IRegistryCore | |
return | void |
public ResetAvatarAppearance ( IScene scene, string cmd ) : void | ||
scene | IScene | |
cmd | string | |
return | void |
public Start ( IConfigSource config, IRegistryCore registry ) : void | ||
config | IConfigSource | |
registry | IRegistryCore | |
return | void |
protected IAvatarAppearanceArchiver m_ArchiveService | ||
return | IAvatarAppearanceArchiver |
protected bool m_enableCacheBakedTextures | ||
return | bool |