* Adds a Scene Getter property called SceneContents for the Scene's m_sceneGraph. This will allow it to be exposed to modules without resorting to referring to m_sceneGraph

0.6.3-post-fixes
Teravus Ovares 2009-01-22 01:50:00 +00:00
parent c6154c8987
commit 6167019a05
1 changed files with 5 additions and 0 deletions

View File

@ -191,6 +191,11 @@ namespace OpenSim.Region.Environment.Scenes
get { return m_authenticateHandler; }
}
public SceneGraph SceneContents
{
get { return m_sceneGraph; }
}
// an instance to the physics plugin's Scene object.
public PhysicsScene PhysicsScene
{