Click or drag to resize

TooltipBaseSetEnabled Method

Set the default visibility. If the tooltip is enabled, depending on specialisations, the tooltip can still be hidden based on those requirements (like distance for instance). If the tooltip is disabled, it will always stay hidden.

Namespace:  ImmerseSDK.UI
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
public void SetEnabled(
	bool shouldBeEnabled
)

Parameters

shouldBeEnabled
Type: SystemBoolean
See Also