Init() public method

Can be called from other modules.
public Init ( Scene scene ) : void
scene OpenSim.Region.Framework.Scenes.Scene
return void
 protected virtual void InitEach(Scene scene)
 {
     m_localBackend.Init(scene);
     scene.RegisterModuleInterface <ISimulationService>(this);
 }