struct GizmoDrawSettings

Settings that control gizmo drawing.

Public

Fields

IconScale

float IconScale

Scale to apply to gizmo icons, controlling their size.

IconRange

float IconRange

Maximum range at which gizmo icons will be rendered, in world units.

IconSizeMin

float 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

float 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

float 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.