Table of Contents

Class Game

Namespace
MohawkGame2D
Assembly
GAME 10003 Game Development Foundations - 2D Game Template.dll

Your game code goes inside this class!

public class Game
Inheritance
Game
Inherited Members

Methods

Setup()

Setup runs once before the game loop begins.

public void Setup()

Update()

Update runs every frame.

public void Update()