Blender V5.0
GizmoCommonData Struct Reference

#include <gizmo_library_intern.hh>

Public Attributes

float range_fac
float offset
float range
float min
float max
uint is_custom_range_set: 1

Detailed Description

Data for common interactions. Used in gizmo_library_utils.cc functions.

Definition at line 36 of file gizmo_library_intern.hh.

Member Data Documentation

◆ is_custom_range_set

uint GizmoCommonData::is_custom_range_set

Definition at line 45 of file gizmo_library_intern.hh.

Referenced by ED_gizmo_arrow3d_set_ui_range().

◆ max

float GizmoCommonData::max

Definition at line 43 of file gizmo_library_intern.hh.

Referenced by ED_gizmo_arrow3d_set_ui_range().

◆ min

float GizmoCommonData::min

Definition at line 43 of file gizmo_library_intern.hh.

Referenced by ED_gizmo_arrow3d_set_ui_range().

◆ offset

float GizmoCommonData::offset

Definition at line 38 of file gizmo_library_intern.hh.

Referenced by gizmo_arrow_invoke(), and gizmo_arrow_matrix_basis_get().

◆ range

float GizmoCommonData::range

Definition at line 41 of file gizmo_library_intern.hh.

Referenced by ED_gizmo_arrow3d_set_ui_range().

◆ range_fac

float GizmoCommonData::range_fac

Definition at line 37 of file gizmo_library_intern.hh.

Referenced by ED_gizmo_arrow3d_set_range_fac(), and gizmo_arrow_setup().


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