C# 클래스 OpenSim.OpenSimBackground

Consoleless OpenSimulator region server
상속: OpenSim
파일 보기 프로젝트 열기: Mobius-Team/Mobius

공개 메소드들

메소드 설명
OpenSimBackground ( IConfigSource configSource ) : System.Reflection
Shutdown ( ) : void

Performs any last-minute sanity checking and shuts down the region server

Startup ( ) : void

Performs initialisation of the scene, such as loading configuration from disk.

메소드 상세

OpenSimBackground() 공개 메소드

public OpenSimBackground ( IConfigSource configSource ) : System.Reflection
configSource IConfigSource
리턴 System.Reflection

Shutdown() 공개 메소드

Performs any last-minute sanity checking and shuts down the region server
public Shutdown ( ) : void
리턴 void

Startup() 공개 메소드

Performs initialisation of the scene, such as loading configuration from disk.
public Startup ( ) : void
리턴 void