C# Class OpenSim.Region.CoreModules.Avatar.Attachments.BinaryLoggingModule

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

Protected Properties

Свойство Type Description
m_collectStats bool
m_scene OpenSim.Region.Framework.Scenes.Scene

Méthodes publiques

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

Private Methods

Méthode Description
LogSimStats ( OpenSim.Framework.SimStats stats ) : 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_collectStats protected_oe property

protected bool m_collectStats
Résultat bool

m_scene protected_oe property

protected Scene,OpenSim.Region.Framework.Scenes m_scene
Résultat OpenSim.Region.Framework.Scenes.Scene