mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
* minor: Add documentation to some of the appearance methods, change some logging messages
This commit is contained in:
@@ -635,8 +635,20 @@ namespace OpenSim.Framework
|
||||
|
||||
// void ActivateGesture(UUID assetId, UUID gestureId);
|
||||
|
||||
/// <summary>
|
||||
/// Tell this client what items it should be wearing now
|
||||
/// </summary>
|
||||
/// <param name="wearables"></param>
|
||||
void SendWearables(AvatarWearable[] wearables, int serial);
|
||||
|
||||
/// <summary>
|
||||
/// Send information about the given agent's appearance to another client.
|
||||
/// </summary>
|
||||
/// <param name="agentID">The id of the agent associated with the appearance</param>
|
||||
/// <param name="visualParams"></param>
|
||||
/// <param name="textureEntry"></param>
|
||||
void SendAppearance(UUID agentID, byte[] visualParams, byte[] textureEntry);
|
||||
|
||||
void SendStartPingCheck(byte seq);
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user