C# Класс 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
Наследование: INonSharedRegionModule
Показать файл Открыть проект

Открытые методы

Метод Описание
AddRegion ( IScene scene ) : void
Close ( ) : void
Initialize ( IConfigSource source ) : void
RegionLoaded ( IScene scene ) : void
RemoveRegion ( IScene scene ) : void

Приватные методы

Метод Описание
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

Описание методов

AddRegion() публичный Метод

public AddRegion ( IScene scene ) : void
scene IScene
Результат void

Close() публичный Метод

public Close ( ) : void
Результат void

Initialize() публичный Метод

public Initialize ( IConfigSource source ) : void
source IConfigSource
Результат void

RegionLoaded() публичный Метод

public RegionLoaded ( IScene scene ) : void
scene IScene
Результат void

RemoveRegion() публичный Метод

public RemoveRegion ( IScene scene ) : void
scene IScene
Результат void