#include <entity_actions.h>
Definition at line 32 of file entity_actions.h.
◆ entity_remove_component_action_t()
unravel::entity_remove_component_action_t::entity_remove_component_action_t |
( |
entt::handle | ent, |
|
|
const entt::meta_type & | ctype ) |
◆ do_action()
void unravel::entity_remove_component_action_t::do_action |
( |
| ) |
|
|
override |
◆ draw_in_inspector()
void unravel::entity_remove_component_action_t::draw_in_inspector |
( |
rtti::context & | ctx | ) |
|
|
override |
◆ is_mergeable()
auto unravel::entity_remove_component_action_t::is_mergeable |
( |
const editing_action_t & | previous | ) |
const -> bool |
|
override |
◆ is_valid()
auto unravel::entity_remove_component_action_t::is_valid |
( |
| ) |
const -> bool |
|
override |
◆ undo_action()
void unravel::entity_remove_component_action_t::undo_action |
( |
| ) |
|
|
override |
◆ component_type
entt::meta_type unravel::entity_remove_component_action_t::component_type {} |
◆ do_was_successful
bool unravel::entity_remove_component_action_t::do_was_successful {false} |
◆ entity
entt::handle unravel::entity_remove_component_action_t::entity {} |
◆ stream
std::stringstream unravel::entity_remove_component_action_t::stream {} |
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