Voltray Engine Docs
Home
Classes
Files
GitHub
🌙
Loading...
Searching...
No Matches
OptionsPanel.h
Go to the documentation of this file.
1
#pragma once
2
#include "
Panel.h
"
3
4
namespace
Editor
5
{
6
// Options/settings panel for the editor
7
class
OptionsPanel
:
public
Panel
8
{
9
public
:
10
void
Draw
()
override
;
11
};
12
}
// namespace Editor
Panel.h
Editor::OptionsPanel
Definition
OptionsPanel.h:8
Editor::OptionsPanel::Draw
void Draw() override
Pure virtual function to render the panel.
Definition
OptionsPanel.cpp:6
Editor::Panel
Base class for all UI panels in the editor.
Definition
Panel.h:19
Editor
Definition
AssetsPanel.cpp:7