mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 08:06:27 +08:00
Merge commit 'aa19ccf65c9cd235e0ba941e9832c5240df4412c' into bigmerge
This commit is contained in:
@@ -1101,7 +1101,14 @@ namespace OpenSim.Framework
|
||||
void SetChildAgentThrottle(byte[] throttle);
|
||||
|
||||
void SendAvatarDataImmediate(ISceneEntity avatar);
|
||||
void SendPrimUpdate(ISceneEntity entity, PrimUpdateFlags updateFlags);
|
||||
|
||||
/// <summary>
|
||||
/// Send a positional, velocity, etc. update to the viewer for a given entity.
|
||||
/// </summary>
|
||||
/// <param name="entity"></param>
|
||||
/// <param name="updateFlags"></param>
|
||||
void SendEntityUpdate(ISceneEntity entity, PrimUpdateFlags updateFlags);
|
||||
|
||||
void ReprioritizeUpdates();
|
||||
void FlushPrimUpdates();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user