Go to the source code of this file.
|
enum | editor_gizmo_mode {
EDITOR_GIZMO_MODE_NONE = 0
, EDITOR_GIZMO_MODE_MOVE = 1
, EDITOR_GIZMO_MODE_ROTATE = 2
, EDITOR_GIZMO_MODE_SCALE = 3
,
EDITOR_GIZMO_MODE_MAX = EDITOR_GIZMO_MODE_SCALE
} |
|
enum | editor_gizmo_interaction_type {
EDITOR_GIZMO_INTERACTION_TYPE_NONE
, EDITOR_GIZMO_INTERACTION_TYPE_MOUSE_HOVER
, EDITOR_GIZMO_INTERACTION_TYPE_MOUSE_DOWN
, EDITOR_GIZMO_INTERACTION_TYPE_MOUSE_DRAG
,
EDITOR_GIZMO_INTERACTION_TYPE_MOUSE_UP
, EDITOR_GIZMO_INTERACTION_TYPE_CANCEL
} |
|
enum | editor_gizmo_orientation { EDITOR_GIZMO_ORIENTATION_GLOBAL = 0
, EDITOR_GIZMO_ORIENTATION_LOCAL = 1
, EDITOR_GIZMO_ORIENTATION_MAX = EDITOR_GIZMO_ORIENTATION_LOCAL
} |
|
◆ editor_gizmo
◆ editor_gizmo_interaction_type
◆ editor_gizmo_mode
◆ editor_gizmo_mode_data
◆ editor_gizmo_orientation
◆ editor_gizmo_interaction_type
Enumerator |
---|
EDITOR_GIZMO_INTERACTION_TYPE_NONE | |
EDITOR_GIZMO_INTERACTION_TYPE_MOUSE_HOVER | |
EDITOR_GIZMO_INTERACTION_TYPE_MOUSE_DOWN | |
EDITOR_GIZMO_INTERACTION_TYPE_MOUSE_DRAG | |
EDITOR_GIZMO_INTERACTION_TYPE_MOUSE_UP | |
EDITOR_GIZMO_INTERACTION_TYPE_CANCEL | |
◆ editor_gizmo_mode
Enumerator |
---|
EDITOR_GIZMO_MODE_NONE | |
EDITOR_GIZMO_MODE_MOVE | |
EDITOR_GIZMO_MODE_ROTATE | |
EDITOR_GIZMO_MODE_SCALE | |
EDITOR_GIZMO_MODE_MAX | |
◆ editor_gizmo_orientation
Enumerator |
---|
EDITOR_GIZMO_ORIENTATION_GLOBAL | The gizmo's transform operations are relative to global transform.
|
EDITOR_GIZMO_ORIENTATION_LOCAL | The gizmo's transform operations are relative to local transform.
|
EDITOR_GIZMO_ORIENTATION_MAX | The gizmo's transform operations are relative to the current view.
|
◆ editor_gizmo_create()
◆ editor_gizmo_destroy()
◆ editor_gizmo_handle_interaction()
◆ editor_gizmo_initialize()
◆ editor_gizmo_interaction_begin()
◆ editor_gizmo_interaction_end()
◆ editor_gizmo_load()
◆ editor_gizmo_mode_set()
◆ editor_gizmo_orientation_get()
◆ editor_gizmo_orientation_set()
◆ editor_gizmo_refresh()
◆ editor_gizmo_selected_transform_set()
◆ editor_gizmo_unload()
◆ editor_gizmo_update()