|
Blender V4.5
|
Classes | |
| struct | [struct].init |
| struct | [struct].prev |
| struct | [struct].output |
Public Attributes | |
| struct | init |
| struct | prev |
| int | rotations |
| bool | has_drag |
| float | angle_increment |
| struct | output |
Definition at line 51 of file dial3d_gizmo.cc.
| float DialInteraction::angle_increment |
Definition at line 66 of file dial3d_gizmo.cc.
Referenced by dial_draw_intern(), and gizmo_dial_modal().
| bool DialInteraction::has_drag |
Definition at line 65 of file dial3d_gizmo.cc.
Referenced by gizmo_dial_exit(), and gizmo_dial_modal().
| struct DialInteraction::[struct].init DialInteraction::init |
Referenced by dial_ghostarc_get_angles(), gizmo_dial_exit(), gizmo_dial_invoke(), and gizmo_dial_modal().
| struct DialInteraction::[struct].output DialInteraction::output |
Referenced by dial_draw_intern(), and gizmo_dial_modal().
| struct DialInteraction::[struct].prev DialInteraction::prev |
Referenced by dial_ghostarc_get_angles(), and gizmo_dial_modal().
| int DialInteraction::rotations |
Definition at line 64 of file dial3d_gizmo.cc.
Referenced by dial_ghostarc_get_angles().