C# Class OpenSim.RegionApplicationBase

Inheritance: BaseOpenSimServer
Datei anzeigen Open project: Mobius-Team/Mobius

Protected Properties

Property Type Description
m_clientCircuits uint>.Dictionary
m_estateDataService IEstateDataService
m_httpServerPort uint
m_httpServerSSL bool
m_networkServersInfo NetworkServersInfo
m_simulationDataService ISimulationDataService

Protected Methods

Method Description
CreateScene ( OpenSim.RegionInfo regionInfo, ISimulationDataService simDataService, IEstateDataService estateDataService, AgentCircuitManager circuitManager ) : Scene
Initialize ( ) : void
StartupSpecific ( ) : void

Method Details

CreateScene() protected abstract method

protected abstract CreateScene ( OpenSim.RegionInfo regionInfo, ISimulationDataService simDataService, IEstateDataService estateDataService, AgentCircuitManager circuitManager ) : Scene
regionInfo OpenSim.RegionInfo
simDataService ISimulationDataService
estateDataService IEstateDataService
circuitManager AgentCircuitManager
return Scene

Initialize() protected abstract method

protected abstract Initialize ( ) : void
return void

StartupSpecific() protected method

protected StartupSpecific ( ) : void
return void

Property Details

m_clientCircuits protected_oe property

protected Dictionary m_clientCircuits
return uint>.Dictionary

m_estateDataService protected_oe property

protected IEstateDataService m_estateDataService
return IEstateDataService

m_httpServerPort protected_oe property

protected uint m_httpServerPort
return uint

m_httpServerSSL protected_oe property

protected bool m_httpServerSSL
return bool

m_networkServersInfo protected_oe property

protected NetworkServersInfo m_networkServersInfo
return NetworkServersInfo

m_simulationDataService protected_oe property

protected ISimulationDataService m_simulationDataService
return ISimulationDataService