NcEngine
Editor.h File Reference
#include "ncengine/ecs/Ecs.h"
#include "ncengine/input/Input.h"
#include "ncengine/module/ModuleProvider.h"
#include "ncengine/ui/ImGuiUtility.h"
#include "ncengine/ui/editor/EditorContext.h"
#include <memory>

Go to the source code of this file.

Classes

class  nc::ui::editor::Editor
 

Functions

auto nc::ui::editor::BuildEditor (ecs::Ecs world, ModuleProvider modules, SystemEvents &events, const EditorHotkeys &hotkeys=EditorHotkeys{}) -> std::unique_ptr< Editor >
 

Variables

constexpr auto nc::ui::editor::EditorObjectFlags
 

Detailed Description

Variable Documentation

◆ EditorObjectFlags

constexpr auto nc::ui::editor::EditorObjectFlags
constexpr
Initial value:
static constexpr Entity::flags_type Internal
Entity was created by the engine/editor.
Definition: Entity.h:36
static constexpr Entity::flags_type Persistent
Entity persists across scene load/unload.
Definition: Entity.h:33
static constexpr Entity::flags_type NoSerialize
Exclude the Entity and its children from scene serialization.
Definition: Entity.h:35