aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/UpdateShapeArgs.cs
diff options
context:
space:
mode:
authorJeff Ames2008-07-11 09:18:17 +0000
committerJeff Ames2008-07-11 09:18:17 +0000
commit3b9cf652349327f7b255a850d5b966a9e3b9437e (patch)
tree3d5b58711b46616716c7e5079db3dc77fcf0d45e /OpenSim/Framework/UpdateShapeArgs.cs
parentThanks Mike for another LSL compiler patch which fixes a bug where 'vector v=... (diff)
downloadopensim-SC_OLD-3b9cf652349327f7b255a850d5b966a9e3b9437e.zip
opensim-SC_OLD-3b9cf652349327f7b255a850d5b966a9e3b9437e.tar.gz
opensim-SC_OLD-3b9cf652349327f7b255a850d5b966a9e3b9437e.tar.bz2
opensim-SC_OLD-3b9cf652349327f7b255a850d5b966a9e3b9437e.tar.xz
Update svn properties.
Diffstat (limited to '')
-rw-r--r--OpenSim/Framework/UpdateShapeArgs.cs52
1 files changed, 26 insertions, 26 deletions
diff --git a/OpenSim/Framework/UpdateShapeArgs.cs b/OpenSim/Framework/UpdateShapeArgs.cs
index 7dad33f..f07c08b 100644
--- a/OpenSim/Framework/UpdateShapeArgs.cs
+++ b/OpenSim/Framework/UpdateShapeArgs.cs
@@ -1,27 +1,27 @@
1using System; 1using System;
2 2
3namespace OpenSim.Framework 3namespace OpenSim.Framework
4{ 4{
5 public class UpdateShapeArgs : EventArgs 5 public class UpdateShapeArgs : EventArgs
6 { 6 {
7 public uint ObjectLocalID; 7 public uint ObjectLocalID;
8 public ushort PathBegin; 8 public ushort PathBegin;
9 public byte PathCurve; 9 public byte PathCurve;
10 public ushort PathEnd; 10 public ushort PathEnd;
11 public sbyte PathRadiusOffset; 11 public sbyte PathRadiusOffset;
12 public byte PathRevolutions; 12 public byte PathRevolutions;
13 public byte PathScaleX; 13 public byte PathScaleX;
14 public byte PathScaleY; 14 public byte PathScaleY;
15 public byte PathShearX; 15 public byte PathShearX;
16 public byte PathShearY; 16 public byte PathShearY;
17 public sbyte PathSkew; 17 public sbyte PathSkew;
18 public sbyte PathTaperX; 18 public sbyte PathTaperX;
19 public sbyte PathTaperY; 19 public sbyte PathTaperY;
20 public sbyte PathTwist; 20 public sbyte PathTwist;
21 public sbyte PathTwistBegin; 21 public sbyte PathTwistBegin;
22 public ushort ProfileBegin; 22 public ushort ProfileBegin;
23 public byte ProfileCurve; 23 public byte ProfileCurve;
24 public ushort ProfileEnd; 24 public ushort ProfileEnd;
25 public ushort ProfileHollow; 25 public ushort ProfileHollow;
26 } 26 }
27} \ No newline at end of file 27} \ No newline at end of file