C# Class DemoLib.Scene

Inheritance: IScene
Afficher le fichier Open project: mono/DemoLib Class Usage Examples

Méthodes publiques

Méthode Description
AdvanceFrame ( ) : bool
RenderFrame ( ) : void
Reset ( int width, int height ) : void
Resize ( int width, int height ) : void
Scene ( ) : System

Method Details

AdvanceFrame() public méthode

public AdvanceFrame ( ) : bool
Résultat bool

RenderFrame() public méthode

public RenderFrame ( ) : void
Résultat void

Reset() public méthode

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

Resize() public méthode

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

Scene() public méthode

public Scene ( ) : System
Résultat System