GameManager Class Referenceabstract

Class for GameManager This class helps to manages the Game Level More...

#include <GameManager.h>

Inheritance diagram for GameManager:
Sector01

Public Member Functions

virtual void Load ()=0
 Virtual method for the game levels More...
 
virtual void UnLoad ()=0
 
virtual void Render ()=0
 
virtual void Update ()=0
 

Static Public Member Functions

static void Init (Graphics *graphics)
 This method make it possible to access graphics object More...
 

Public Attributes

bool Loading
 

Static Protected Attributes

static GraphicsEngineGFX
 Setting up a graphics object More...
 

Detailed Description

Class for GameManager This class helps to manages the Game Level

: GameManager.h Brian Hinds : 07-02-2017 : 1.0.2

Member Function Documentation

◆ Init()

static void GameManager::Init ( Graphics graphics)
inlinestatic

This method make it possible to access graphics object

◆ Load()

virtual void GameManager::Load ( )
pure virtual

Virtual method for the game levels

Implemented in Sector01.

Member Data Documentation

◆ EngineGFX

Graphics * GameManager::EngineGFX
staticprotected

Setting up a graphics object


The documentation for this class was generated from the following files: