Blender
V3.3
|
#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 72 of file wm_gizmo_fn.h.
wmGizmoPropertyFnFree wmGizmoPropertyFnParams::free_fn |
Definition at line 76 of file wm_gizmo_fn.h.
wmGizmoPropertyFnRangeGet wmGizmoPropertyFnParams::range_get_fn |
Definition at line 75 of file wm_gizmo_fn.h.
void* wmGizmoPropertyFnParams::user_data |
Definition at line 77 of file wm_gizmo_fn.h.
wmGizmoPropertyFnGet wmGizmoPropertyFnParams::value_get_fn |
Definition at line 73 of file wm_gizmo_fn.h.
wmGizmoPropertyFnSet wmGizmoPropertyFnParams::value_set_fn |
Definition at line 74 of file wm_gizmo_fn.h.