C# Class CEngineSharp_Client.Graphics.Screen

Mostrar archivo Open project: JohnLamontagne/CEngineSharp Class Usage Examples

Public Methods

Method Description
Render ( GameTime gameTime ) : void
Screen ( ) : System
Screen ( RenderWindow window ) : System
Unload ( ) : void

Protected Methods

Method Description
LoadInterface ( ) : void

Private Methods

Method Description
_window_Closed ( object sender, EventArgs e ) : void

Method Details

LoadInterface() protected abstract method

protected abstract LoadInterface ( ) : void
return void

Render() public abstract method

public abstract Render ( GameTime gameTime ) : void
gameTime GameTime
return void

Screen() public method

public Screen ( ) : System
return System

Screen() public method

public Screen ( RenderWindow window ) : System
window SFML.Graphics.RenderWindow
return System

Unload() public method

public Unload ( ) : void
return void