From 6167019a058f70497dcb12a4521832c3065cd5c8 Mon Sep 17 00:00:00 2001 From: Teravus Ovares Date: Thu, 22 Jan 2009 01:50:00 +0000 Subject: * 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 --- OpenSim/Region/Environment/Scenes/Scene.cs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'OpenSim/Region') diff --git a/OpenSim/Region/Environment/Scenes/Scene.cs b/OpenSim/Region/Environment/Scenes/Scene.cs index 3a0bbc3..436b24e 100644 --- a/OpenSim/Region/Environment/Scenes/Scene.cs +++ b/OpenSim/Region/Environment/Scenes/Scene.cs @@ -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 { -- cgit v1.1