C# 클래스 Universe.Services.PerRegionCapsService

This keeps track of what clients are in the given region
상속: IRegionCapsService
파일 보기 프로젝트 열기: Virtual-Universe/Virtual-Universe 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
m_clientsInThisRegion IRegionClientCapsService>.Dictionary

공개 메소드들

메소드 설명
AddClientToRegion ( IRegionClientCapsService service ) : void

Add this client to the region

Close ( ) : void
GetClient ( UUID agentID ) : IRegionClientCapsService

Get an agent's Caps by UUID

GetClients ( ) : List

Get all clients in this region

Initialize ( UUID regionID, IRegistryCore registry ) : void

Initialize the service

RemoveClientFromRegion ( IRegionClientCapsService service ) : void

Remove the client from this region

메소드 상세

AddClientToRegion() 공개 메소드

Add this client to the region
public AddClientToRegion ( IRegionClientCapsService service ) : void
service IRegionClientCapsService
리턴 void

Close() 공개 메소드

public Close ( ) : void
리턴 void

GetClient() 공개 메소드

Get an agent's Caps by UUID
public GetClient ( UUID agentID ) : IRegionClientCapsService
agentID UUID
리턴 IRegionClientCapsService

GetClients() 공개 메소드

Get all clients in this region
public GetClients ( ) : List
리턴 List

Initialize() 공개 메소드

Initialize the service
public Initialize ( UUID regionID, IRegistryCore registry ) : void
regionID UUID
registry IRegistryCore
리턴 void

RemoveClientFromRegion() 공개 메소드

Remove the client from this region
public RemoveClientFromRegion ( IRegionClientCapsService service ) : void
service IRegionClientCapsService
리턴 void

프로퍼티 상세

m_clientsInThisRegion 보호되어 있는 프로퍼티

protected Dictionary m_clientsInThisRegion
리턴 IRegionClientCapsService>.Dictionary