C# 클래스 OpenSim.Region.CoreModules.ServiceConnectorsOut.GridUser.ActivityDetector

파일 보기 프로젝트 열기: mcortez/opensim 1 사용 예제들

공개 메소드들

메소드 설명
ActivityDetector ( IGridUserService guservice ) : System
AddRegion ( Scene scene ) : void
OnConnectionClose ( IClientAPI client ) : void
OnMakeRootAgent ( ScenePresence sp ) : void
OnNewClient ( IClientAPI client ) : void
RemoveRegion ( Scene scene ) : void

비공개 메소드들

메소드 설명
OnEnteringNewParcel ( ScenePresence sp, int localLandID, UUID regionID ) : void

메소드 상세

ActivityDetector() 공개 메소드

public ActivityDetector ( IGridUserService guservice ) : System
guservice IGridUserService
리턴 System

AddRegion() 공개 메소드

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

OnConnectionClose() 공개 메소드

public OnConnectionClose ( IClientAPI client ) : void
client IClientAPI
리턴 void

OnMakeRootAgent() 공개 메소드

public OnMakeRootAgent ( ScenePresence sp ) : void
sp OpenSim.Region.Framework.Scenes.ScenePresence
리턴 void

OnNewClient() 공개 메소드

public OnNewClient ( IClientAPI client ) : void
client IClientAPI
리턴 void

RemoveRegion() 공개 메소드

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