C# Class Sharplike.Core.Runtime.AbstractGameLoop

Mostra file Open project: eropple/sharplike Class Usage Examples

Public Methods

Method Description
Begin ( ) : void

Called when the game is ready to begin. This is the entry-point for subclasses of AbstractGameLoop.

Method Details

Begin() public abstract method

Called when the game is ready to begin. This is the entry-point for subclasses of AbstractGameLoop.
public abstract Begin ( ) : void
return void