Blender  V2.93
Public Attributes | List of all members
wmGizmoPropertyFnParams Struct Reference

#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
 

Detailed Description

Definition at line 86 of file wm_gizmo_fn.h.

Member Data Documentation

◆ free_fn

wmGizmoPropertyFnFree wmGizmoPropertyFnParams::free_fn

Definition at line 90 of file wm_gizmo_fn.h.

◆ range_get_fn

wmGizmoPropertyFnRangeGet wmGizmoPropertyFnParams::range_get_fn

Definition at line 89 of file wm_gizmo_fn.h.

◆ user_data

void* wmGizmoPropertyFnParams::user_data

Definition at line 91 of file wm_gizmo_fn.h.

◆ value_get_fn

wmGizmoPropertyFnGet wmGizmoPropertyFnParams::value_get_fn

Definition at line 87 of file wm_gizmo_fn.h.

◆ value_set_fn

wmGizmoPropertyFnSet wmGizmoPropertyFnParams::value_set_fn

Definition at line 88 of file wm_gizmo_fn.h.


The documentation for this struct was generated from the following file: