C# 클래스 OpenSim.Region.CoreModules.Avatar.Attachments.BinaryLoggingModule

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

보호된 프로퍼티들

프로퍼티 타입 설명
m_collectStats bool
m_scene OpenSim.Region.Framework.Scenes.Scene

공개 메소드들

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

비공개 메소드들

메소드 설명
LogSimStats ( OpenSim.Framework.SimStats stats ) : 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_collectStats 보호되어 있는 프로퍼티

protected bool m_collectStats
리턴 bool

m_scene 보호되어 있는 프로퍼티

protected Scene,OpenSim.Region.Framework.Scenes m_scene
리턴 OpenSim.Region.Framework.Scenes.Scene