Метод | Описание | |
---|---|---|
AddRegion ( IScene scene ) : void | ||
AvatarIsWearing ( IClientAPI client, |
Update what the avatar is wearing using an item from their inventory.
|
|
Close ( ) : void | ||
ForceSendAvatarAppearance ( UUID agentid ) : void | ||
Initialise ( IConfigSource config ) : void | ||
NewClient ( IClientAPI client ) : void | ||
QueueAppearanceSave ( UUID agentid ) : void | ||
QueueAppearanceSend ( UUID agentid ) : void |
Queue up a request to send appearance, makes it possible to accumulate changes without sending out each one separately.
|
|
QueueInitialAppearanceSend ( UUID agentid ) : void | ||
RegionLoaded ( IScene scene ) : void | ||
RemoveClient ( IClientAPI client ) : void | ||
RemoveRegion ( IScene scene ) : void | ||
RequestWearables ( IClientAPI client ) : void |
Tell the client for this scene presence what items it should be wearing now
|
|
SetAppearance ( IClientAPI client, Primitive textureEntry, byte visualParams, WearableCache wearables, uint serial ) : void |
Set appearance data (textureentry and slider settings) received from the client
|
Метод | Описание | |
---|---|---|
AgentCachedTexturesRequest ( IClientAPI client, List |
The client wants to know whether we already have baked textures for the given items
|
|
EventManager_OnNewPresence ( IScenePresence presence ) : void | ||
EventManager_OnRemovePresence ( IScenePresence presence ) : void | ||
HandleAppearanceSave ( UUID agentid, |
Saves a user's appearance
|
|
HandleAppearanceSend ( UUID agentid, |
Sends an avatars appearance (only called by the TimeSender)
|
|
HandleConsoleForceSendAppearance ( IScene scene, string cmds ) : void | ||
HandleInitialAppearanceSend ( UUID agentid, |
Do everything required once a client completes its movement into a region and becomes a root agent.
|
|
SetAppearanceAssets ( UUID userID, List |
public AvatarIsWearing ( IClientAPI client, |
||
client | IClientAPI | |
e | ||
Результат | void |
public ForceSendAvatarAppearance ( UUID agentid ) : void | ||
agentid | UUID | |
Результат | void |
public Initialise ( IConfigSource config ) : void | ||
config | IConfigSource | |
Результат | void |
public NewClient ( IClientAPI client ) : void | ||
client | IClientAPI | |
Результат | void |
public QueueAppearanceSave ( UUID agentid ) : void | ||
agentid | UUID | |
Результат | void |
public QueueAppearanceSend ( UUID agentid ) : void | ||
agentid | UUID | |
Результат | void |
public QueueInitialAppearanceSend ( UUID agentid ) : void | ||
agentid | UUID | |
Результат | void |
public RegionLoaded ( IScene scene ) : void | ||
scene | IScene | |
Результат | void |
public RemoveClient ( IClientAPI client ) : void | ||
client | IClientAPI | |
Результат | void |
public RemoveRegion ( IScene scene ) : void | ||
scene | IScene | |
Результат | void |
public RequestWearables ( IClientAPI client ) : void | ||
client | IClientAPI | |
Результат | void |
public SetAppearance ( IClientAPI client, Primitive textureEntry, byte visualParams, WearableCache wearables, uint serial ) : void | ||
client | IClientAPI | |
textureEntry | Primitive | |
visualParams | byte | |
wearables | WearableCache | |
serial | uint | |
Результат | void |