geIState

From GriffinEngine
Jump to: navigation, search

Usage

Base class for geState. Originally we were going to make game devs implement their own State class, but the idea was since rejected. See geState for current details.

Reference

Methods

  • virtual void Update()
  • virtual void Draw()
  • virtual void Initialize()