Go to the source code of this file.
|
auto | nc::ui::editor::BuildEditor (ecs::Ecs world, ModuleProvider modules, SystemEvents &events, const EditorHotkeys &hotkeys=EditorHotkeys{}) -> std::unique_ptr< Editor > |
|
- Copyright
- Jaremie Romer and McCallister Romer 2024
◆ 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