C# 클래스 Universe.Modules.SetHome.SetHomeModule

상속: INonSharedRegionModule
파일 보기 프로젝트 열기: Virtual-Universe/Virtual-Universe

공개 메소드들

메소드 설명
AddRegion ( IScene scene ) : void
Close ( ) : void
Initialize ( IConfigSource pSource ) : void
RegionLoaded ( IScene scene ) : void
RegisterCaps ( UUID agentID, IHttpServer server ) : OSDMap
RemoveRegion ( IScene scene ) : void
SetHomeRezPoint ( IClientAPI remoteClient, ulong regionHandle, System.Vector3 position, System.Vector3 lookAt, uint flags ) : void

Sets the Home Point. The LoginService uses this to know where to put a user when they log-in

비공개 메소드들

메소드 설명
CopyInventoryFromNotecard ( Stream request, UUID agentID ) : byte[]
EventManager_OnClosingClient ( IClientAPI client ) : void
EventManager_OnNewClient ( IClientAPI client ) : void

메소드 상세

AddRegion() 공개 메소드

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

Close() 공개 메소드

public Close ( ) : void
리턴 void

Initialize() 공개 메소드

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

RegionLoaded() 공개 메소드

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

RegisterCaps() 공개 메소드

public RegisterCaps ( UUID agentID, IHttpServer server ) : OSDMap
agentID UUID
server IHttpServer
리턴 OSDMap

RemoveRegion() 공개 메소드

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

SetHomeRezPoint() 공개 메소드

Sets the Home Point. The LoginService uses this to know where to put a user when they log-in
public SetHomeRezPoint ( IClientAPI remoteClient, ulong regionHandle, System.Vector3 position, System.Vector3 lookAt, uint flags ) : void
remoteClient IClientAPI
regionHandle ulong
position System.Vector3
lookAt System.Vector3
flags uint
리턴 void