geIState

From GriffinEngine
Revision as of 06:38, 19 November 2017 by Fragmer (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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()