| 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.7.0.0 (3.7.0.0)
Syntax public void SetEnabled(
bool shouldBeEnabled
)
Parameters
- shouldBeEnabled
- Type: SystemBoolean
See Also