aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/SceneObject.cs
diff options
context:
space:
mode:
authorAdam Frisby2007-07-19 01:08:26 +0000
committerAdam Frisby2007-07-19 01:08:26 +0000
commit33b4cc1bb0eb225b43c9d7dc0c77467686912a71 (patch)
tree101fc6daf67541c49b172267d239ab6afcc12dda /OpenSim/Region/Environment/Scenes/SceneObject.cs
parent* More cleaning (diff)
downloadopensim-SC_OLD-33b4cc1bb0eb225b43c9d7dc0c77467686912a71.zip
opensim-SC_OLD-33b4cc1bb0eb225b43c9d7dc0c77467686912a71.tar.gz
opensim-SC_OLD-33b4cc1bb0eb225b43c9d7dc0c77467686912a71.tar.bz2
opensim-SC_OLD-33b4cc1bb0eb225b43c9d7dc0c77467686912a71.tar.xz
* Added housekeeping comments, see mailing list in just a moment...
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Environment/Scenes/SceneObject.cs22
1 files changed, 3 insertions, 19 deletions
diff --git a/OpenSim/Region/Environment/Scenes/SceneObject.cs b/OpenSim/Region/Environment/Scenes/SceneObject.cs
index 9e8135f..294087f 100644
--- a/OpenSim/Region/Environment/Scenes/SceneObject.cs
+++ b/OpenSim/Region/Environment/Scenes/SceneObject.cs
@@ -43,30 +43,14 @@ namespace OpenSim.Region.Environment.Scenes
43 private new Scene m_world; 43 private new Scene m_world;
44 protected ulong m_regionHandle; 44 protected ulong m_regionHandle;
45 45
46 private bool physicsEnabled = false; 46 private bool physicsEnabled = false; // HOUSEKEEPING : Do we really need this?
47 private PhysicsScene m_PhysScene; 47 private PhysicsScene m_PhysScene; // HOUSEKEEPING : Do we really need this?
48 private PhysicsActor m_PhysActor; 48 private PhysicsActor m_PhysActor; // HOUSEKEEPING : Do we really need this?
49 49
50 private EventManager m_eventManager; 50 private EventManager m_eventManager;
51 51
52 public bool isSelected = false; 52 public bool isSelected = false;
53 53
54 public PhysicsScene PhysScene
55 {
56 get
57 {
58 return m_PhysScene;
59 }
60 }
61
62 public PhysicsActor PhysActor
63 {
64 get
65 {
66 return m_PhysActor;
67 }
68 }
69
70 public LLUUID rootUUID 54 public LLUUID rootUUID
71 { 55 {
72 get 56 get