#include <transform_actions.h>
Definition at line 46 of file transform_actions.h.
◆ transform_rotate_action_t()
unravel::transform_rotate_action_t::transform_rotate_action_t |
( |
entt::handle | ent, |
|
|
const math::quat & | old_rot, |
|
|
const math::quat & | new_rot ) |
◆ do_action()
void unravel::transform_rotate_action_t::do_action |
( |
| ) |
|
|
override |
◆ draw_in_inspector()
void unravel::transform_rotate_action_t::draw_in_inspector |
( |
rtti::context & | ctx | ) |
|
|
override |
◆ is_mergeable()
auto unravel::transform_rotate_action_t::is_mergeable |
( |
const editing_action_t & | previous | ) |
const -> bool |
|
override |
◆ is_valid()
auto unravel::transform_rotate_action_t::is_valid |
( |
| ) |
const -> bool |
|
override |
◆ merge_with()
void unravel::transform_rotate_action_t::merge_with |
( |
const editing_action_t & | previous | ) |
|
|
override |
◆ undo_action()
void unravel::transform_rotate_action_t::undo_action |
( |
| ) |
|
|
override |
◆ entity
entt::handle unravel::transform_rotate_action_t::entity |
◆ new_rotation
math::quat unravel::transform_rotate_action_t::new_rotation |
◆ old_rotation
math::quat unravel::transform_rotate_action_t::old_rotation |
The documentation for this struct was generated from the following files: