Click or drag to resize

TooltipBaseWebGLHideInNonVrCamera Property

If set to true, the tooltip is not visible in the normal non-VR cameras. If set to false, the tooltip will be visible in all the cameras. Note: this only affect WebGL platform

Namespace:  ImmerseSDK.UI
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
public bool WebGLHideInNonVrCamera { get; set; }

Property Value

Type: Boolean
See Also