메소드 | 설명 | |
---|---|---|
AddRegion ( IScene scene ) : void | ||
Close ( ) : void | ||
Initialize ( IConfigSource source ) : void | ||
RegionLoaded ( IScene scene ) : void | ||
RemoveRegion ( IScene scene ) : void |
메소드 | 설명 | |
---|---|---|
DeselectPrim ( uint primLocalID, IClientAPI remoteClient ) : void |
Handle the de-selection of a prim from the client.
|
|
EventManager_OnClosingClient ( IClientAPI client ) : void | ||
EventManager_OnNewClient ( IClientAPI client ) : void | ||
EventManager_OnNewPresence ( IScenePresence presence ) : void | ||
EventManager_OnRemovePresence ( IScenePresence presence ) : void | ||
ProcessViewerEffect ( IClientAPI remoteClient, List |
||
RequestPrim ( uint primLocalID, byte cacheMissType, IClientAPI remoteClient ) : void |
Invoked when the client requests a prim.
|
|
SelectPrim ( List |
Invoked when the client selects a prim.
|
protected DeselectPrim ( uint primLocalID, IClientAPI remoteClient ) : void | ||
primLocalID | uint | |
remoteClient | IClientAPI | |
리턴 | void |
protected EventManager_OnClosingClient ( IClientAPI client ) : void | ||
client | IClientAPI | |
리턴 | void |
protected EventManager_OnNewClient ( IClientAPI client ) : void | ||
client | IClientAPI | |
리턴 | void |
protected EventManager_OnNewPresence ( IScenePresence presence ) : void | ||
presence | IScenePresence | |
리턴 | void |
protected EventManager_OnRemovePresence ( IScenePresence presence ) : void | ||
presence | IScenePresence | |
리턴 | void |
protected ProcessViewerEffect ( IClientAPI remoteClient, List |
||
remoteClient | IClientAPI | |
args | List |
|
리턴 | void |
protected RequestPrim ( uint primLocalID, byte cacheMissType, IClientAPI remoteClient ) : void | ||
primLocalID | uint | |
cacheMissType | byte | /// 0 => full object (viewer doesn't have it) /// 1 => CRC mismatch only /// |
remoteClient | IClientAPI | |
리턴 | void |
protected SelectPrim ( List |
||
primLocalIDs | List |
|
remoteClient | IClientAPI | |
리턴 | void |