C# Class Flood.GUI.GuiRenderable

Inheritance: Flood.Windows.WindowRenderable, IDisposable
Afficher le fichier Open project: FloodProject/flood Class Usage Examples

Méthodes publiques

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

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GuiRenderable() public méthode

public GuiRenderable ( ) : System
Résultat System

InitializeGui() public méthode

public InitializeGui ( ) : void
Résultat void

Render() public méthode

public Render ( RenderBlock renderBlock ) : void
renderBlock RenderBlock
Résultat void

Resize() public méthode

public Resize ( int width, int height ) : void
width int
height int
Résultat void