diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Framework/AgentUpdateArgs.cs | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/OpenSim/Framework/AgentUpdateArgs.cs b/OpenSim/Framework/AgentUpdateArgs.cs index 8709434..9e83ae1 100644 --- a/OpenSim/Framework/AgentUpdateArgs.cs +++ b/OpenSim/Framework/AgentUpdateArgs.cs | |||
@@ -1,21 +1,21 @@ | |||
1 | using System; | 1 | using System; |
2 | using libsecondlife; | 2 | using libsecondlife; |
3 | 3 | ||
4 | namespace OpenSim.Framework | 4 | namespace OpenSim.Framework |
5 | { | 5 | { |
6 | public class AgentUpdateArgs : EventArgs | 6 | public class AgentUpdateArgs : EventArgs |
7 | { | 7 | { |
8 | public LLUUID AgentID; | 8 | public LLUUID AgentID; |
9 | public LLQuaternion BodyRotation; | 9 | public LLQuaternion BodyRotation; |
10 | public LLVector3 CameraAtAxis; | 10 | public LLVector3 CameraAtAxis; |
11 | public LLVector3 CameraCenter; | 11 | public LLVector3 CameraCenter; |
12 | public LLVector3 CameraLeftAxis; | 12 | public LLVector3 CameraLeftAxis; |
13 | public LLVector3 CameraUpAxis; | 13 | public LLVector3 CameraUpAxis; |
14 | public uint ControlFlags; | 14 | public uint ControlFlags; |
15 | public float Far; | 15 | public float Far; |
16 | public byte Flags; | 16 | public byte Flags; |
17 | public LLQuaternion HeadRotation; | 17 | public LLQuaternion HeadRotation; |
18 | public LLUUID SessionID; | 18 | public LLUUID SessionID; |
19 | public byte State; | 19 | public byte State; |
20 | } | 20 | } |
21 | } \ No newline at end of file | 21 | } \ No newline at end of file |