Method | Description | |
---|---|---|
AvatarIsWearing ( IClientAPI client, OpenSim.Framework.AvatarWearingArgs e ) : void |
Update what the avatar is wearing using an item from their inventory.
|
|
Close ( ) : void | ||
Initialise ( |
||
NewClient ( IClientAPI client ) : void | ||
PostInitialise ( ) : void | ||
QueueAppearanceSave ( UUID agentid ) : void | ||
QueueAppearanceSend ( UUID agentid ) : void | ||
RemoveClient ( IClientAPI client ) : void | ||
SendWearables ( IClientAPI client ) : void |
Tell the client for this scene presence what items it should be wearing now
|
|
SetAppearance ( IClientAPI client, |
Set appearance data (textureentry and slider settings) received from the client
|
|
ValidateBakedTextureCache ( IClientAPI client ) : bool |
Method | Description | |
---|---|---|
CheckBakedTextureAsset ( IClientAPI client, UUID textureID, int idx ) : bool |
Checks for the existance of a baked texture asset and requests the viewer rebake if the asset is not found
|
|
HandleAppearanceSave ( UUID agentid ) : void | ||
HandleAppearanceSend ( UUID agentid ) : void | ||
HandleAppearanceUpdateTimer ( object sender, |
||
SetAppearanceAssets ( UUID userID, |
public AvatarIsWearing ( IClientAPI client, OpenSim.Framework.AvatarWearingArgs e ) : void | ||
client | IClientAPI | |
e | OpenSim.Framework.AvatarWearingArgs | |
return | void |
public Initialise ( |
||
scene | ||
config | IConfigSource | |
return | void |
public NewClient ( IClientAPI client ) : void | ||
client | IClientAPI | |
return | void |
public QueueAppearanceSave ( UUID agentid ) : void | ||
agentid | UUID | |
return | void |
public QueueAppearanceSend ( UUID agentid ) : void | ||
agentid | UUID | |
return | void |
public RemoveClient ( IClientAPI client ) : void | ||
client | IClientAPI | |
return | void |
public SendWearables ( IClientAPI client ) : void | ||
client | IClientAPI | |
return | void |
public SetAppearance ( IClientAPI client, |
||
client | IClientAPI | |
textureEntry | ||
visualParams | byte | |
return | void |
public ValidateBakedTextureCache ( IClientAPI client ) : bool | ||
client | IClientAPI | |
return | bool |