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