struct
GizmoDrawSettings
Settings that control gizmo drawing.
Public
Fields
IconScale
Scale to apply to gizmo icons, controlling their size.
IconRange
Maximum range at which gizmo icons will be rendered, in world units.
IconSizeMin
Icons smaller than this size will be faded out.
The value represents the size of the icon relative to viewport size (e.g. 1 means the icons fully covers the viewport). In range [0, 1], should be smaller than maximum size value.
IconSizeMax
Icons larger than this size will be faded out.
The value represents the size of the icon relative to viewport size (e.g. 1 means the icons fully covers the viewport). In range [0, 1], should be larger than minimum size value.
IconSizeCull
Icons larger than this size will not be shown.
The value represents the size of the icon relative to viewport size (e.g. 1 means the icons fully covers the viewport). In range [0, 1], should be larger than maximum size value.