Property | Type | Description | |
---|---|---|---|
m_PresenceService | IPresenceService | ||
m_Scenes | List |
Method | Description | |
---|---|---|
AddRegion ( |
||
Close ( ) : void | ||
Initialise ( IConfigSource config ) : void | ||
OnNewClient ( IClientAPI client ) : void | ||
OnRequestOnlineNotification ( Object sender, string method, List |
||
PostInitialise ( ) : void | ||
RegionLoaded ( |
||
RemoveRegion ( |
||
RequestBulkPresenceData ( UUID users ) : void |
public AddRegion ( |
||
scene | ||
return | void |
public Initialise ( IConfigSource config ) : void | ||
config | IConfigSource | |
return | void |
public OnNewClient ( IClientAPI client ) : void | ||
client | IClientAPI | |
return | void |
public OnRequestOnlineNotification ( Object sender, string method, List |
||
sender | Object | |
method | string | |
args | List |
|
return | void |
public RegionLoaded ( |
||
scene | ||
return | void |
public RemoveRegion ( |
||
scene | ||
return | void |
public RequestBulkPresenceData ( UUID users ) : void | ||
users | UUID | |
return | void |
protected IPresenceService m_PresenceService | ||
return | IPresenceService |