Click or drag to resize

POITooltipSpawn_maxDistanceInMeters Field

Maximum total distance in meters. This should be larger than _maxDistanceForTooltip. At distance > _maxDistanceForTooltip and distance < _maxDistanceForTooltip, the arrow is displayed At distance < _maxDistanceForTooltip the tooltip is displayed and the arrow hidden

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 _maxDistanceInMeters

Field Value

Type: Single
See Also