|
Jungle_Week1_Team2
|
#include <FEditorEngine.h>
Public Member Functions | |
| FEditorEngine ()=default | |
| bool | Initialize (HINSTANCE hInstance) |
| Public Member Functions inherited from FEngine | |
| FEngine ()=default | |
| virtual | ~FEngine () |
| FEngine (const FEngine &)=delete | |
| FEngine & | operator= (const FEngine &)=delete |
| bool | Initialize (HINSTANCE hInstance, const wchar_t *Title, int32 Width, int32 Height) |
| void | Run () |
| virtual void | Shutdown () |
| CCore * | GetCore () const |
| CWindow * | GetMainWindow () const |
Protected Member Functions | |
| void | Startup () override |
| Protected Member Functions inherited from FEngine | |
| virtual void | Tick (float DeltaTime) |
Additional Inherited Members | |
| Protected Attributes inherited from FEngine | |
| CWindowApplication * | App = nullptr |
| CWindow * | MainWindow = nullptr |
| CCore * | Core = nullptr |
|
default |
| bool FEditorEngine::Initialize | ( | HINSTANCE | hInstance | ) |
|
overrideprotectedvirtual |
Reimplemented from FEngine.