C# Class Artemis.Models.EffectModel

Inheritance: IDisposable
Afficher le fichier Open project: SpoinkyNL/Artemis Class Usage Examples

Protected Properties

Свойство Type Description
LastTrace System.DateTime

Méthodes publiques

Méthode Description
Dispose ( ) : void
Enable ( ) : void
GetRenderLayers ( bool keyboardOnly ) : List
Render ( RenderFrame frame, bool keyboardOnly ) : void

Renders the currently active profile

Update ( ) : void

Méthodes protégées

Méthode Description
EffectModel ( MainManager mainManager, EffectSettings settings, IDataModel dataModel ) : System

Method Details

Dispose() public abstract méthode

public abstract Dispose ( ) : void
Résultat void

EffectModel() protected méthode

protected EffectModel ( MainManager mainManager, EffectSettings settings, IDataModel dataModel ) : System
mainManager Artemis.Managers.MainManager
settings Artemis.Settings.EffectSettings
dataModel IDataModel
Résultat System

Enable() public abstract méthode

public abstract Enable ( ) : void
Résultat void

GetRenderLayers() public abstract méthode

public abstract GetRenderLayers ( bool keyboardOnly ) : List
keyboardOnly bool
Résultat List

Render() public méthode

Renders the currently active profile
public Render ( RenderFrame frame, bool keyboardOnly ) : void
frame Artemis.Managers.RenderFrame
keyboardOnly bool
Résultat void

Update() public abstract méthode

public abstract Update ( ) : void
Résultat void

Property Details

LastTrace protected_oe property

protected DateTime,System LastTrace
Résultat System.DateTime