C# Class Universe.Modules.Selection.SelectionModule

Inheritance: INonSharedRegionModule
Afficher le fichier Open project: Virtual-Universe/Virtual-Universe Class Usage Examples

Méthodes publiques

Méthode Description
AddRegion ( IScene scene ) : void
Close ( ) : void
Initialize ( IConfigSource source ) : void
RegionLoaded ( IScene scene ) : void
RemoveRegion ( IScene scene ) : void

Méthodes protégées

Méthode 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 méthode

public AddRegion ( IScene scene ) : void
scene IScene
Résultat void

Close() public méthode

public Close ( ) : void
Résultat void

DeselectPrim() protected méthode

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

EventManager_OnClosingClient() protected méthode

protected EventManager_OnClosingClient ( IClientAPI client ) : void
client IClientAPI
Résultat void

EventManager_OnNewClient() protected méthode

protected EventManager_OnNewClient ( IClientAPI client ) : void
client IClientAPI
Résultat void

EventManager_OnNewPresence() protected méthode

protected EventManager_OnNewPresence ( IScenePresence presence ) : void
presence IScenePresence
Résultat void

EventManager_OnRemovePresence() protected méthode

protected EventManager_OnRemovePresence ( IScenePresence presence ) : void
presence IScenePresence
Résultat void

Initialize() public méthode

public Initialize ( IConfigSource source ) : void
source IConfigSource
Résultat void

ProcessViewerEffect() protected méthode

protected ProcessViewerEffect ( IClientAPI remoteClient, List args ) : void
remoteClient IClientAPI
args List
Résultat void

RegionLoaded() public méthode

public RegionLoaded ( IScene scene ) : void
scene IScene
Résultat void

RemoveRegion() public méthode

public RemoveRegion ( IScene scene ) : void
scene IScene
Résultat void

RequestPrim() protected méthode

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
Résultat void

SelectPrim() protected méthode

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