mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 11:33:28 +08:00
* 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
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user