#include <entity_actions.h>
Definition at line 50 of file entity_actions.h.
◆ entity_set_active_action_t()
unravel::entity_set_active_action_t::entity_set_active_action_t |
( |
entt::handle | ent, |
|
|
bool | old_active, |
|
|
bool | new_active ) |
◆ do_action()
void unravel::entity_set_active_action_t::do_action |
( |
| ) |
|
|
override |
◆ draw_in_inspector()
void unravel::entity_set_active_action_t::draw_in_inspector |
( |
rtti::context & | ctx | ) |
|
|
override |
◆ is_mergeable()
auto unravel::entity_set_active_action_t::is_mergeable |
( |
const editing_action_t & | previous | ) |
const -> bool |
|
override |
◆ is_valid()
auto unravel::entity_set_active_action_t::is_valid |
( |
| ) |
const -> bool |
|
override |
◆ merge_with()
void unravel::entity_set_active_action_t::merge_with |
( |
const editing_action_t & | previous | ) |
|
|
override |
◆ undo_action()
void unravel::entity_set_active_action_t::undo_action |
( |
| ) |
|
|
override |
◆ entity
entt::handle unravel::entity_set_active_action_t::entity {} |
◆ new_active
bool unravel::entity_set_active_action_t::new_active {} |
◆ old_active
bool unravel::entity_set_active_action_t::old_active {} |
The documentation for this struct was generated from the following files:
- C:/Workspace/github/UnravelEngine/UnravelEngine/editor/editor/editing/actions/entity_actions.h
- C:/Workspace/github/UnravelEngine/UnravelEngine/editor/editor/editing/actions/entity_actions.cpp