C# Class Artemis.Modules.Effects.ProfilePreview.ProfilePreviewModel

Inheritance: Artemis.Models.EffectModel
Afficher le fichier Open project: SpoinkyNL/Artemis Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
Enable ( ) : void
GetRenderLayers ( bool keyboardOnly ) : List
ProfilePreviewModel ( MainManager mainManager ) : System.Collections.Generic
Render ( RenderFrame frame, bool keyboardOnly ) : void
Update ( ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Enable() public méthode

public Enable ( ) : void
Résultat void

GetRenderLayers() public méthode

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

ProfilePreviewModel() public méthode

public ProfilePreviewModel ( MainManager mainManager ) : System.Collections.Generic
mainManager Artemis.Managers.MainManager
Résultat System.Collections.Generic

Render() public méthode

public Render ( RenderFrame frame, bool keyboardOnly ) : void
frame Artemis.Managers.RenderFrame
keyboardOnly bool
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void