CSEngine
Loading...
Searching...
No Matches
CSE::CoreBase Class Referenceabstract
Inheritance diagram for CSE::CoreBase:
CSE::CameraMgr CSE::GameObjectMgr CSE::LightMgr CSE::MemoryMgr CSE::OGLMgr CSE::RenderMgr CSE::ResMgr CSE::SceneMgr CSE::ScriptMgr

Public Member Functions

virtual void Init ()=0
 
virtual void Update (float elapsedTime)
 

Detailed Description

Definition at line 9 of file CoreBase.h.

Member Function Documentation

◆ Init()

virtual void CSE::CoreBase::Init ( )
pure virtual

Implemented in CSE::LightMgr, and CSE::RenderMgr.

◆ Update()

virtual void CSE::CoreBase::Update ( float  elapsedTime)
inlinevirtual

Definition at line 15 of file CoreBase.h.

15{};

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