C# Class OpenSim.Services.Connectors.SimianGrid.SimianAvatarServiceConnector

Inheritance: IAvatarService, ISharedRegionModule
Afficher le fichier Open project: N3X15/VoxelSim

Méthodes publiques

Méthode Description
AddRegion ( Scene scene ) : void
Close ( ) : void
GetAppearance ( UUID userID ) : AvatarAppearance

Retrieves the LLPackedAppearance field from user data and unpacks it into an AvatarAppearance structure

GetAvatar ( UUID userID ) : OpenSim.Services.Interfaces.AvatarData

Initialise ( IConfigSource source ) : void
PostInitialise ( ) : void
RegionLoaded ( Scene scene ) : void
RemoveItems ( UUID userID, string names ) : bool
RemoveRegion ( Scene scene ) : void
ResetAvatar ( UUID userID ) : bool
SetAppearance ( UUID userID, AvatarAppearance appearance ) : bool

SetAvatar ( UUID userID, OpenSim.Services.Interfaces.AvatarData avatar ) : bool

SetItems ( UUID userID, string names, string values ) : bool
SimianAvatarServiceConnector ( ) : System
SimianAvatarServiceConnector ( IConfigSource source ) : System

Private Methods

Méthode Description
CommonInit ( IConfigSource source ) : void

Method Details

AddRegion() public méthode

public AddRegion ( Scene scene ) : void
scene OpenSim.Region.Framework.Scenes.Scene
Résultat void

Close() public méthode

public Close ( ) : void
Résultat void

GetAppearance() public méthode

Retrieves the LLPackedAppearance field from user data and unpacks it into an AvatarAppearance structure
public GetAppearance ( UUID userID ) : AvatarAppearance
userID UUID
Résultat OpenSim.Framework.AvatarAppearance

GetAvatar() public méthode

public GetAvatar ( UUID userID ) : OpenSim.Services.Interfaces.AvatarData
userID UUID
Résultat OpenSim.Services.Interfaces.AvatarData

Initialise() public méthode

public Initialise ( IConfigSource source ) : void
source IConfigSource
Résultat void

PostInitialise() public méthode

public PostInitialise ( ) : void
Résultat void

RegionLoaded() public méthode

public RegionLoaded ( Scene scene ) : void
scene OpenSim.Region.Framework.Scenes.Scene
Résultat void

RemoveItems() public méthode

public RemoveItems ( UUID userID, string names ) : bool
userID UUID
names string
Résultat bool

RemoveRegion() public méthode

public RemoveRegion ( Scene scene ) : void
scene OpenSim.Region.Framework.Scenes.Scene
Résultat void

ResetAvatar() public méthode

public ResetAvatar ( UUID userID ) : bool
userID UUID
Résultat bool

SetAppearance() public méthode

public SetAppearance ( UUID userID, AvatarAppearance appearance ) : bool
userID UUID
appearance OpenSim.Framework.AvatarAppearance
Résultat bool

SetAvatar() public méthode

public SetAvatar ( UUID userID, OpenSim.Services.Interfaces.AvatarData avatar ) : bool
userID UUID
avatar OpenSim.Services.Interfaces.AvatarData
Résultat bool

SetItems() public méthode

public SetItems ( UUID userID, string names, string values ) : bool
userID UUID
names string
values string
Résultat bool

SimianAvatarServiceConnector() public méthode

public SimianAvatarServiceConnector ( ) : System
Résultat System

SimianAvatarServiceConnector() public méthode

public SimianAvatarServiceConnector ( IConfigSource source ) : System
source IConfigSource
Résultat System