IMixedRealityCursor.SetVisibility(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the visibility of the IMixedRealityCursor.
public:
void SetVisibility(bool visible);
public void SetVisibility (bool visible);
abstract member SetVisibility : bool -> unit
Public Sub SetVisibility (visible As Boolean)
Parameters
- visible
- Boolean
True if cursor should be visible, false if not.