mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
* Added housekeeping comments, see mailing list in just a moment...
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user