Click or drag to resize

TooltipCalculateScale Method

Called once per frame to calculate the scale value. Use this method to determine visibility as well.

Namespace:  ImmerseSDK.UI
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
protected override float CalculateScale(
	float distanceInMeters
)

Parameters

distanceInMeters
Type: SystemSingle

Return Value

Type: Single
See Also