C# Class Flood.GUI.GuiRenderable

Inheritance: Flood.Windows.WindowRenderable, IDisposable
Datei anzeigen Open project: FloodProject/flood Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
GuiRenderable ( ) : System
InitializeGui ( ) : void
Render ( RenderBlock renderBlock ) : void
Resize ( int width, int height ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

GuiRenderable() public method

public GuiRenderable ( ) : System
return System

InitializeGui() public method

public InitializeGui ( ) : void
return void

Render() public method

public Render ( RenderBlock renderBlock ) : void
renderBlock RenderBlock
return void

Resize() public method

public Resize ( int width, int height ) : void
width int
height int
return void