C# Class Universe.Modules.SimProtection.SimProtection

This module helps keep the sim running when it begins to slow down, or if it freezes, restarts it
Inheritance: INonSharedRegionModule
Afficher le fichier Open project: Virtual-Universe/Virtual-Universe

Protected Properties

Свойство Type Description
AllowDisablePhysics bool
AllowDisableScripts bool
DisabledPhysicsStartTime System.DateTime
DisabledScriptStartTime System.DateTime
KillSimOnZeroFPS bool
MinutesBeforeZeroFPSKills float
PercentToBeginShutDownOfServices float
SimZeroFPSStartTime System.DateTime
TimeAfterToReenablePhysics float
TimeAfterToReenableScripts float
TimeBetweenChecks float
TimerToCheckHeartbeat System.Timers.Timer
m_Enabled bool
m_scene IScene
m_statsReporter ISimFrameMonitor

Méthodes publiques

Méthode Description
AddRegion ( IScene scene ) : void
Close ( ) : void
Initialize ( IConfigSource source ) : void
RegionLoaded ( IScene scene ) : void
RemoveRegion ( IScene scene ) : void

Méthodes protégées

Méthode Description
OnCheck ( object sender, System.Timers.ElapsedEventArgs e ) : void

Method Details

AddRegion() public méthode

public AddRegion ( IScene scene ) : void
scene IScene
Résultat void

Close() public méthode

public Close ( ) : void
Résultat void

Initialize() public méthode

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

OnCheck() protected méthode

protected OnCheck ( object sender, System.Timers.ElapsedEventArgs e ) : void
sender object
e System.Timers.ElapsedEventArgs
Résultat void

RegionLoaded() public méthode

public RegionLoaded ( IScene scene ) : void
scene IScene
Résultat void

RemoveRegion() public méthode

public RemoveRegion ( IScene scene ) : void
scene IScene
Résultat void

Property Details

AllowDisablePhysics protected_oe property

protected bool AllowDisablePhysics
Résultat bool

AllowDisableScripts protected_oe property

protected bool AllowDisableScripts
Résultat bool

DisabledPhysicsStartTime protected_oe property

protected DateTime,System DisabledPhysicsStartTime
Résultat System.DateTime

DisabledScriptStartTime protected_oe property

protected DateTime,System DisabledScriptStartTime
Résultat System.DateTime

KillSimOnZeroFPS protected_oe property

protected bool KillSimOnZeroFPS
Résultat bool

MinutesBeforeZeroFPSKills protected_oe property

protected float MinutesBeforeZeroFPSKills
Résultat float

PercentToBeginShutDownOfServices protected_oe property

protected float PercentToBeginShutDownOfServices
Résultat float

SimZeroFPSStartTime protected_oe property

protected DateTime,System SimZeroFPSStartTime
Résultat System.DateTime

TimeAfterToReenablePhysics protected_oe property

protected float TimeAfterToReenablePhysics
Résultat float

TimeAfterToReenableScripts protected_oe property

protected float TimeAfterToReenableScripts
Résultat float

TimeBetweenChecks protected_oe property

protected float TimeBetweenChecks
Résultat float

TimerToCheckHeartbeat protected_oe property

protected Timer,System.Timers TimerToCheckHeartbeat
Résultat System.Timers.Timer

m_Enabled protected_oe property

protected bool m_Enabled
Résultat bool

m_scene protected_oe property

protected IScene m_scene
Résultat IScene

m_statsReporter protected_oe property

protected ISimFrameMonitor m_statsReporter
Résultat ISimFrameMonitor