Click or drag to resize

POITooltip_sizeScalarAtMaxDistance Field

Scalar to either reduce or enlarge the size of the tooltip the further away it gets from the min distance. A value of 1.0f keeps it at the same size up to max distance. A value of 0.9f will use 90% of the size at max distance, and 100% of the size at min distance.

Namespace:  ImmerseSDK.UI
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
[UnityEngine.SerializeField]
private float _sizeScalarAtMaxDistance

Field Value

Type: Single
See Also