C# Class DemoLib.Scene

Inheritance: IScene
Mostrar archivo Open project: mono/DemoLib Class Usage Examples

Public Methods

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

Method Details

AdvanceFrame() public method

public AdvanceFrame ( ) : bool
return bool

RenderFrame() public method

public RenderFrame ( ) : void
return void

Reset() public method

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

Resize() public method

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

Scene() public method

public Scene ( ) : System
return System