mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 19:36:07 +08:00
seems to compile ( tests comented out)
This commit is contained in:
@@ -65,20 +65,15 @@ namespace OpenSim.Framework
|
||||
/// </remarks>
|
||||
AvatarAppearance Appearance { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Set if initial data about the scene (avatars, objects) has been sent to the client.
|
||||
/// </summary>
|
||||
bool SentInitialDataToClient { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Send initial scene data to the client controlling this agent
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// This includes scene object data and the appearance data of other avatars.
|
||||
/// </remarks>
|
||||
void SendInitialDataToClient();
|
||||
void SendInitialDataToMe();
|
||||
|
||||
/// <summary>
|
||||
/// <summary>
|
||||
/// Direction in which the scene presence is looking.
|
||||
/// </summary>
|
||||
/// <remarks>Will be Vector3.Zero for a child agent.</remarks>
|
||||
|
||||
Reference in New Issue
Block a user