Unravel Engine C++ Reference
Loading...
Searching...
No Matches
dockspace.h
Go to the documentation of this file.
1
#pragma once
2
3
namespace
unravel
4
{
5
class
dockspace
6
{
7
public
:
8
void
on_frame_ui_render
(
float
headerSize,
float
footerSize);
9
10
void
execute_dock_builder_order_and_focus_workaround
();
11
};
12
}
// namespace unravel
unravel::dockspace
Definition
dockspace.h:6
unravel::dockspace::execute_dock_builder_order_and_focus_workaround
void execute_dock_builder_order_and_focus_workaround()
Definition
dockspace.cpp:73
unravel::dockspace::on_frame_ui_render
void on_frame_ui_render(float headerSize, float footerSize)
Definition
dockspace.cpp:45
unravel
Definition
crash.cpp:21
UnravelEngine
UnravelEngine
editor
editor
hub
panels
dockspace.h
Generated by
1.12.0