mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
Preliminary work to support ObjectSpin* packets when user invokes CTRL / SHIFT / MOUSE DRAG on a physical object
Addresses Mantis #3381
This commit is contained in:
@@ -156,6 +156,10 @@ namespace OpenSim.Framework
|
||||
UUID objectID, Vector3 offset, Vector3 grapPos, IClientAPI remoteClient, List<SurfaceTouchEventArgs> surfaceArgs
|
||||
);
|
||||
|
||||
public delegate void SpinStart(UUID objectID, IClientAPI remoteClient);
|
||||
public delegate void SpinUpdate(UUID objectID, Quaternion rotation, IClientAPI remoteClient);
|
||||
public delegate void SpinStop(UUID objectID, IClientAPI remoteClient);
|
||||
|
||||
public delegate void ParcelAccessListRequest(
|
||||
UUID agentID, UUID sessionID, uint flags, int sequenceID, int landLocalID, IClientAPI remote_client);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user