Kohi Game Engine
|
#include <editor_gizmo.h>
Data Fields | |
khandle | xform_handle |
The transform of the gizmo. More... | |
khandle | selected_xform_handle |
A handle to the currently selected object's transform. Invalid handle if nothing is selected. More... | |
khandle | selected_xform_parent_handle |
A handle to the parent of the currently selected object's transform, if one exists. Otherwise invalid handle. More... | |
editor_gizmo_mode | mode |
The current mode of the gizmo. More... | |
f32 | scale_scalar |
Used to keep the gizmo a consistent size on the screen despite camera distance. More... | |
editor_gizmo_orientation | orientation |
Indicates the editor transform operaton orientation. More... | |
editor_gizmo_mode_data | mode_data [EDITOR_GIZMO_MODE_MAX+1] |
The data for each mode of the gizmo. More... | |
editor_gizmo_interaction_type | interaction |
b8 | is_dirty |
editor_gizmo_interaction_type interaction |
b8 is_dirty |
editor_gizmo_mode mode |
The current mode of the gizmo.
editor_gizmo_mode_data mode_data[EDITOR_GIZMO_MODE_MAX+1] |
The data for each mode of the gizmo.
editor_gizmo_orientation orientation |
Indicates the editor transform operaton orientation.
f32 scale_scalar |
Used to keep the gizmo a consistent size on the screen despite camera distance.
khandle selected_xform_handle |
A handle to the currently selected object's transform. Invalid handle if nothing is selected.
khandle selected_xform_parent_handle |
A handle to the parent of the currently selected object's transform, if one exists. Otherwise invalid handle.
khandle xform_handle |
The transform of the gizmo.