C# Class Flood.Windows.WindowRenderable

Mostrar archivo Open project: FloodProject/flood Class Usage Examples

Public Methods

Method Description
Init ( ) : void
Render ( RenderBlock renderBlock ) : void
Resize ( int width, int height ) : void

Method Details

Init() public method

public Init ( ) : 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