C# 클래스 OpenSim.Client.Linden.LLClientStackModule

상속: IRegionModule
파일 보기 프로젝트 열기: openmetaversefoundation/fortis-opensim

보호된 프로퍼티들

프로퍼티 타입 설명
m_clientServer IClientNetworkServer
m_clientStackDll string
m_clientStackManager OpenSim.Region.ClientStack.ClientStackManager
m_createClientStack bool
m_scene OpenSim.Region.Framework.Scenes.Scene
m_source IConfigSource

공개 메소드들

메소드 설명
AddRegion ( Scene scene ) : void
Close ( ) : void
Initialise ( IConfigSource source ) : void
RegionLoaded ( Scene scene ) : void
RemoveRegion ( Scene scene ) : void

메소드 상세

AddRegion() 공개 메소드

public AddRegion ( Scene scene ) : void
scene OpenSim.Region.Framework.Scenes.Scene
리턴 void

Close() 공개 메소드

public Close ( ) : void
리턴 void

Initialise() 공개 메소드

public Initialise ( IConfigSource source ) : void
source IConfigSource
리턴 void

RegionLoaded() 공개 메소드

public RegionLoaded ( Scene scene ) : void
scene OpenSim.Region.Framework.Scenes.Scene
리턴 void

RemoveRegion() 공개 메소드

public RemoveRegion ( Scene scene ) : void
scene OpenSim.Region.Framework.Scenes.Scene
리턴 void

프로퍼티 상세

m_clientServer 보호되어 있는 프로퍼티

protected IClientNetworkServer m_clientServer
리턴 IClientNetworkServer

m_clientStackDll 보호되어 있는 프로퍼티

protected string m_clientStackDll
리턴 string

m_clientStackManager 보호되어 있는 프로퍼티

protected ClientStackManager,OpenSim.Region.ClientStack m_clientStackManager
리턴 OpenSim.Region.ClientStack.ClientStackManager

m_createClientStack 보호되어 있는 프로퍼티

protected bool m_createClientStack
리턴 bool

m_scene 보호되어 있는 프로퍼티

Scene that contains the region's data
protected Scene,OpenSim.Region.Framework.Scenes m_scene
리턴 OpenSim.Region.Framework.Scenes.Scene

m_source 보호되어 있는 프로퍼티

protected IConfigSource m_source
리턴 IConfigSource