C# Class Universe.Modules.OnDemand.OnDemandRegionModule

Some notes on this module, this module just modifies when/where the startup code is executed This module has a few different settings for the region to startup with, Soft, Medium, and Normal (no change) -- Soft -- Disables the heartbeats (not scripts, as its instance-wide) Only loads land and parcels, no prims -- Medium -- Same as Soft, except it loads prims (same as normal, but no threads) -- Normal -- Same as always
Inheritance: INonSharedRegionModule
Mostra file Open project: Virtual-Universe/Virtual-Universe

Public Methods

Method Description
AddRegion ( IScene scene ) : void
Close ( ) : void
Initialize ( IConfigSource source ) : void
RegionLoaded ( IScene scene ) : void
RemoveRegion ( IScene scene ) : void

Private Methods

Method Description
GenericShutdown ( ) : void

This shuts down the heartbeats so that everything is dead again

GenericStartup ( ) : void

This sets up the heartbeats so that they are running again, which is needed

MediumShutdown ( ) : void
MediumStartup ( ) : void

We've already loaded prims/parcels/land earlier, we don't have anything else to load, so we just need to get the heartbeats back on track

OnGenericEvent ( string FunctionName, object parameters ) : object
OnRemovePresence ( IScenePresence presence ) : void

Method Details

AddRegion() public method

public AddRegion ( IScene scene ) : void
scene IScene
return void

Close() public method

public Close ( ) : void
return void

Initialize() public method

public Initialize ( IConfigSource source ) : void
source IConfigSource
return void

RegionLoaded() public method

public RegionLoaded ( IScene scene ) : void
scene IScene
return void

RemoveRegion() public method

public RemoveRegion ( IScene scene ) : void
scene IScene
return void