C# Class Common.GUIPlugins.GUIMixerOverlay

Inheritance: MediaPortal.GUI.Library.GUIInternalOverlayWindow, IRenderLayer
Afficher le fichier Open project: MediaPortal/MediaPortal-1

Méthodes publiques

Méthode Description
DoesPostRender ( ) : bool
GUIMixerOverlay ( ) : System
Init ( ) : bool
PostRender ( float timePassed, int iLayer ) : void
RenderLayer ( float timePassed ) : void
ShouldRenderLayer ( ) : bool

Method Details

DoesPostRender() public méthode

public DoesPostRender ( ) : bool
Résultat bool

GUIMixerOverlay() public méthode

public GUIMixerOverlay ( ) : System
Résultat System

Init() public méthode

public Init ( ) : bool
Résultat bool

PostRender() public méthode

public PostRender ( float timePassed, int iLayer ) : void
timePassed float
iLayer int
Résultat void

RenderLayer() public méthode

public RenderLayer ( float timePassed ) : void
timePassed float
Résultat void

ShouldRenderLayer() public méthode

public ShouldRenderLayer ( ) : bool
Résultat bool