C# Class Flood.Windows.WindowRenderable

Afficher le fichier Open project: FloodProject/flood Class Usage Examples

Méthodes publiques

Méthode Description
Init ( ) : void
Render ( RenderBlock renderBlock ) : void
Resize ( int width, int height ) : void

Method Details

Init() public méthode

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