C# Class Universe.Services.SQLServices.AvatarService.AvatarService

Inheritance: Universe.Framework.Services.ConnectorBase, IAvatarService, IService
显示文件 Open project: Virtual-Universe/Virtual-Universe

Protected Properties

Property Type Description
m_ArchiveService IAvatarAppearanceArchiver
m_Database IAvatarData
m_assetService IAssetService
m_enableCacheBakedTextures bool
m_invService IInventoryService

Public Methods

Method Description
FinishedStartup ( ) : void
GetAndEnsureAppearance ( UUID principalID, string defaultUserAvatarArchive, bool &loadedArchive ) : AvatarAppearance
Initialize ( IConfigSource config, IRegistryCore registry ) : void
ResetAvatarAppearance ( IScene scene, string cmd ) : void
Start ( IConfigSource config, IRegistryCore registry ) : void

Private Methods

Method Description
DeleteUserInformation ( string name, object param ) : object
GetAppearance ( UUID principalID ) : AvatarAppearance
ResetAvatar ( UUID principalID ) : void
SetAppearance ( UUID principalID, AvatarAppearance appearance ) : void

Method Details

FinishedStartup() public method

public FinishedStartup ( ) : void
return void

GetAndEnsureAppearance() public method

public GetAndEnsureAppearance ( UUID principalID, string defaultUserAvatarArchive, bool &loadedArchive ) : AvatarAppearance
principalID UUID
defaultUserAvatarArchive string
loadedArchive bool
return Universe.Framework.ClientInterfaces.AvatarAppearance

Initialize() public method

public Initialize ( IConfigSource config, IRegistryCore registry ) : void
config IConfigSource
registry IRegistryCore
return void

ResetAvatarAppearance() public method

public ResetAvatarAppearance ( IScene scene, string cmd ) : void
scene IScene
cmd string
return void

Start() public method

public Start ( IConfigSource config, IRegistryCore registry ) : void
config IConfigSource
registry IRegistryCore
return void

Property Details

m_ArchiveService protected_oe property

protected IAvatarAppearanceArchiver m_ArchiveService
return IAvatarAppearanceArchiver

m_Database protected_oe property

protected IAvatarData m_Database
return IAvatarData

m_assetService protected_oe property

protected IAssetService m_assetService
return IAssetService

m_enableCacheBakedTextures protected_oe property

protected bool m_enableCacheBakedTextures
return bool

m_invService protected_oe property

protected IInventoryService m_invService
return IInventoryService