C# Class OpenSim.Client.Linden.LLClientStackModule

Inheritance: IRegionModule
Afficher le fichier Open project: openmetaversefoundation/fortis-opensim

Protected Properties

Свойство Type Description
m_clientServer IClientNetworkServer
m_clientStackDll string
m_clientStackManager OpenSim.Region.ClientStack.ClientStackManager
m_createClientStack bool
m_scene OpenSim.Region.Framework.Scenes.Scene
m_source IConfigSource

Méthodes publiques

Méthode Description
AddRegion ( Scene scene ) : void
Close ( ) : void
Initialise ( IConfigSource source ) : void
RegionLoaded ( Scene scene ) : void
RemoveRegion ( Scene scene ) : void

Method Details

AddRegion() public méthode

public AddRegion ( Scene scene ) : void
scene OpenSim.Region.Framework.Scenes.Scene
Résultat void

Close() public méthode

public Close ( ) : void
Résultat void

Initialise() public méthode

public Initialise ( IConfigSource source ) : void
source IConfigSource
Résultat void

RegionLoaded() public méthode

public RegionLoaded ( Scene scene ) : void
scene OpenSim.Region.Framework.Scenes.Scene
Résultat void

RemoveRegion() public méthode

public RemoveRegion ( Scene scene ) : void
scene OpenSim.Region.Framework.Scenes.Scene
Résultat void

Property Details

m_clientServer protected_oe property

protected IClientNetworkServer m_clientServer
Résultat IClientNetworkServer

m_clientStackDll protected_oe property

protected string m_clientStackDll
Résultat string

m_clientStackManager protected_oe property

protected ClientStackManager,OpenSim.Region.ClientStack m_clientStackManager
Résultat OpenSim.Region.ClientStack.ClientStackManager

m_createClientStack protected_oe property

protected bool m_createClientStack
Résultat bool

m_scene protected_oe property

Scene that contains the region's data
protected Scene,OpenSim.Region.Framework.Scenes m_scene
Résultat OpenSim.Region.Framework.Scenes.Scene

m_source protected_oe property

protected IConfigSource m_source
Résultat IConfigSource