C# Class Common.GUIPlugins.GUIMixerOverlay

Inheritance: MediaPortal.GUI.Library.GUIInternalOverlayWindow, IRenderLayer
Mostra file Open project: MediaPortal/MediaPortal-1

Public Methods

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

Method Details

DoesPostRender() public method

public DoesPostRender ( ) : bool
return bool

GUIMixerOverlay() public method

public GUIMixerOverlay ( ) : System
return System

Init() public method

public Init ( ) : bool
return bool

PostRender() public method

public PostRender ( float timePassed, int iLayer ) : void
timePassed float
iLayer int
return void

RenderLayer() public method

public RenderLayer ( float timePassed ) : void
timePassed float
return void

ShouldRenderLayer() public method

public ShouldRenderLayer ( ) : bool
return bool