C# 클래스 XPython.XPythonModule

상속: INonSharedRegionModule
파일 보기 프로젝트 열기: MelanieT/opensim-modules

보호된 프로퍼티들

프로퍼티 타입 설명
m_Enabled bool

공개 메소드들

메소드 설명
AddRegion ( Scene scene ) : void
Close ( ) : void
Initialise ( IConfigSource config ) : 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 config ) : void
config 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_Enabled 보호되어 있는 프로퍼티

protected bool m_Enabled
리턴 bool