C# Class Universe.Modules.Selection.SelectionModule

Inheritance: INonSharedRegionModule
Show file Open project: Virtual-Universe/Virtual-Universe Class Usage Examples

Public Methods

Method Description
AddRegion ( IScene scene ) : void
Close ( ) : void
Initialize ( IConfigSource source ) : void
RegionLoaded ( IScene scene ) : void
RemoveRegion ( IScene scene ) : void

Protected Methods

Method Description
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 args ) : void
RequestPrim ( uint primLocalID, byte cacheMissType, IClientAPI remoteClient ) : void

Invoked when the client requests a prim.

SelectPrim ( List primLocalIDs, IClientAPI remoteClient ) : void

Invoked when the client selects a prim.

Method Details

AddRegion() public method

public AddRegion ( IScene scene ) : void
scene IScene
return void

Close() public method

public Close ( ) : void
return void

DeselectPrim() protected method

Handle the de-selection of a prim from the client.
protected DeselectPrim ( uint primLocalID, IClientAPI remoteClient ) : void
primLocalID uint
remoteClient IClientAPI
return void

EventManager_OnClosingClient() protected method

protected EventManager_OnClosingClient ( IClientAPI client ) : void
client IClientAPI
return void

EventManager_OnNewClient() protected method

protected EventManager_OnNewClient ( IClientAPI client ) : void
client IClientAPI
return void

EventManager_OnNewPresence() protected method

protected EventManager_OnNewPresence ( IScenePresence presence ) : void
presence IScenePresence
return void

EventManager_OnRemovePresence() protected method

protected EventManager_OnRemovePresence ( IScenePresence presence ) : void
presence IScenePresence
return void

Initialize() public method

public Initialize ( IConfigSource source ) : void
source IConfigSource
return void

ProcessViewerEffect() protected method

protected ProcessViewerEffect ( IClientAPI remoteClient, List args ) : void
remoteClient IClientAPI
args List
return void

RegionLoaded() public method

public RegionLoaded ( IScene scene ) : void
scene IScene
return void

RemoveRegion() public method

public RemoveRegion ( IScene scene ) : void
scene IScene
return void

RequestPrim() protected method

Invoked when the client requests a prim.
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
return void

SelectPrim() protected method

Invoked when the client selects a prim.
protected SelectPrim ( List primLocalIDs, IClientAPI remoteClient ) : void
primLocalIDs List
remoteClient IClientAPI
return void