C# Class Universe.Modules.Selection.SelectionModule.PerClientSelectionParticles

Afficher le fichier Open project: Virtual-Universe/Virtual-Universe

Protected Properties

Свойство Type Description
m_EffectColor byte[]
m_IsSelecting bool
m_SelectedUUID ISceneChildEntity
m_effectsLastSent int
m_module SelectionModule
m_presence IScenePresence

Méthodes publiques

Méthode Description
Close ( ) : void
PerClientSelectionParticles ( IScenePresence presence, SelectionModule mod ) : System

Méthodes protégées

Méthode Description
EventManager_OnFrame ( ) : void
SendViewerEffects ( ) : void

This sends the little particles to the client if they are selecting something or such

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

EventManager_OnFrame() protected méthode

protected EventManager_OnFrame ( ) : void
Résultat void

PerClientSelectionParticles() public méthode

public PerClientSelectionParticles ( IScenePresence presence, SelectionModule mod ) : System
presence IScenePresence
mod SelectionModule
Résultat System

SendViewerEffects() protected méthode

This sends the little particles to the client if they are selecting something or such
protected SendViewerEffects ( ) : void
Résultat void

Property Details

m_EffectColor protected_oe property

protected byte[] m_EffectColor
Résultat byte[]

m_IsSelecting protected_oe property

protected bool m_IsSelecting
Résultat bool

m_SelectedUUID protected_oe property

protected ISceneChildEntity m_SelectedUUID
Résultat ISceneChildEntity

m_effectsLastSent protected_oe property

protected int m_effectsLastSent
Résultat int

m_module protected_oe property

protected SelectionModule,Universe.Modules.Selection m_module
Résultat SelectionModule

m_presence protected_oe property

protected IScenePresence m_presence
Résultat IScenePresence