C# 클래스 Universe.Modules.VisitorLogger.VisitorLoggerModule

This module logs all visitors to the sim to a specified file
상속: INonSharedRegionModule
파일 보기 프로젝트 열기: Virtual-Universe/Virtual-Universe

보호된 프로퍼티들

프로퍼티 타입 설명
m_enabled bool
m_fileName string
m_timesOfUsers DateTime>.Dictionary

공개 메소드들

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

보호된 메소드들

메소드 설명
EventManager_OnClosingClient ( IClientAPI client ) : void
OnMakeRootAgent ( IScenePresence presence ) : void

메소드 상세

AddRegion() 공개 메소드

public AddRegion ( IScene scene ) : void
scene IScene
리턴 void

Close() 공개 메소드

public Close ( ) : void
리턴 void

EventManager_OnClosingClient() 보호된 메소드

protected EventManager_OnClosingClient ( IClientAPI client ) : void
client IClientAPI
리턴 void

Initialize() 공개 메소드

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

OnMakeRootAgent() 보호된 메소드

protected OnMakeRootAgent ( IScenePresence presence ) : void
presence IScenePresence
리턴 void

RegionLoaded() 공개 메소드

public RegionLoaded ( IScene scene ) : void
scene IScene
리턴 void

RemoveRegion() 공개 메소드

public RemoveRegion ( IScene scene ) : void
scene IScene
리턴 void

프로퍼티 상세

m_enabled 보호되어 있는 프로퍼티

protected bool m_enabled
리턴 bool

m_fileName 보호되어 있는 프로퍼티

protected string m_fileName
리턴 string

m_timesOfUsers 보호되어 있는 프로퍼티

protected Dictionary m_timesOfUsers
리턴 DateTime>.Dictionary