TazGraph Project
v0.1.0
Loading...
Searching...
No Matches
TazGraph
Src
EditorIMGUI
Components
MenuSceneControllers
LoadingUI
LoadingUI.h
1
#pragma once
2
3
4
#include "../../../UIElement.h"
5
6
struct
LoadingUIConfig
{
7
8
};
9
10
class
LoadingUI
:
public
UIElement
11
{
12
private
:
13
LoadingUIConfig
config;
14
15
public
:
16
void
setConfig(
const
LoadingUIConfig
& cfg) { config = cfg; }
17
void
OnImGuiRender()
override
;
18
};
LoadingUI
Definition
LoadingUI.h:11
UIElement
Definition
UIElement.h:21
LoadingUIConfig
Definition
LoadingUI.h:6
Generated by
1.9.8