* Added housekeeping comments, see mailing list in just a moment...

This commit is contained in:
Adam Frisby
2007-07-19 01:08:26 +00:00
parent 23a734d0c7
commit 33b4cc1bb0
5 changed files with 11 additions and 27 deletions

View File

@@ -43,30 +43,14 @@ namespace OpenSim.Region.Environment.Scenes
private new Scene m_world;
protected ulong m_regionHandle;
private bool physicsEnabled = false;
private PhysicsScene m_PhysScene;
private PhysicsActor m_PhysActor;
private bool physicsEnabled = false; // HOUSEKEEPING : Do we really need this?
private PhysicsScene m_PhysScene; // HOUSEKEEPING : Do we really need this?
private PhysicsActor m_PhysActor; // HOUSEKEEPING : Do we really need this?
private EventManager m_eventManager;
public bool isSelected = false;
public PhysicsScene PhysScene
{
get
{
return m_PhysScene;
}
}
public PhysicsActor PhysActor
{
get
{
return m_PhysActor;
}
}
public LLUUID rootUUID
{
get