#include <entity_actions.h>
Definition at line 116 of file entity_actions.h.
◆ entity_set_text_bounds_action_t()
unravel::entity_set_text_bounds_action_t::entity_set_text_bounds_action_t |
( |
entt::handle | ent, |
|
|
const fsize_t & | old_area, |
|
|
const fsize_t & | new_area ) |
◆ do_action()
void unravel::entity_set_text_bounds_action_t::do_action |
( |
| ) |
|
|
override |
◆ draw_in_inspector()
void unravel::entity_set_text_bounds_action_t::draw_in_inspector |
( |
rtti::context & | ctx | ) |
|
|
override |
◆ is_mergeable()
auto unravel::entity_set_text_bounds_action_t::is_mergeable |
( |
const editing_action_t & | previous | ) |
const -> bool |
|
override |
◆ is_valid()
auto unravel::entity_set_text_bounds_action_t::is_valid |
( |
| ) |
const -> bool |
|
override |
◆ merge_with()
void unravel::entity_set_text_bounds_action_t::merge_with |
( |
const editing_action_t & | previous | ) |
|
|
override |
◆ undo_action()
void unravel::entity_set_text_bounds_action_t::undo_action |
( |
| ) |
|
|
override |
◆ entity
entt::handle unravel::entity_set_text_bounds_action_t::entity {} |
◆ new_area
fsize_t unravel::entity_set_text_bounds_action_t::new_area {} |
◆ old_area
fsize_t unravel::entity_set_text_bounds_action_t::old_area {} |
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