|
Blender
V2.93
|
#include <wm_gizmo_fn.h>
Public Attributes | |
| wmGizmoPropertyFnGet | value_get_fn |
| wmGizmoPropertyFnSet | value_set_fn |
| wmGizmoPropertyFnRangeGet | range_get_fn |
| wmGizmoPropertyFnFree | free_fn |
| void * | user_data |
Definition at line 86 of file wm_gizmo_fn.h.
| wmGizmoPropertyFnFree wmGizmoPropertyFnParams::free_fn |
Definition at line 90 of file wm_gizmo_fn.h.
| wmGizmoPropertyFnRangeGet wmGizmoPropertyFnParams::range_get_fn |
Definition at line 89 of file wm_gizmo_fn.h.
| void* wmGizmoPropertyFnParams::user_data |
Definition at line 91 of file wm_gizmo_fn.h.
| wmGizmoPropertyFnGet wmGizmoPropertyFnParams::value_get_fn |
Definition at line 87 of file wm_gizmo_fn.h.
| wmGizmoPropertyFnSet wmGizmoPropertyFnParams::value_set_fn |
Definition at line 88 of file wm_gizmo_fn.h.