mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 11:33:28 +08:00
* Split out various classes from IClientAPI into their own files, in accordance with code standards
This commit is contained in:
21
OpenSim/Framework/AgentUpdateArgs.cs
Normal file
21
OpenSim/Framework/AgentUpdateArgs.cs
Normal file
@@ -0,0 +1,21 @@
|
||||
using System;
|
||||
using libsecondlife;
|
||||
|
||||
namespace OpenSim.Framework
|
||||
{
|
||||
public class AgentUpdateArgs : EventArgs
|
||||
{
|
||||
public LLUUID AgentID;
|
||||
public LLQuaternion BodyRotation;
|
||||
public LLVector3 CameraAtAxis;
|
||||
public LLVector3 CameraCenter;
|
||||
public LLVector3 CameraLeftAxis;
|
||||
public LLVector3 CameraUpAxis;
|
||||
public uint ControlFlags;
|
||||
public float Far;
|
||||
public byte Flags;
|
||||
public LLQuaternion HeadRotation;
|
||||
public LLUUID SessionID;
|
||||
public byte State;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user