CursorModifier.SnapCursorPosition Property
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.
Should the IMixedRealityCursor snap to the GameObject's position?
public:
property bool SnapCursorPosition { bool get(); void set(bool value); };
public bool SnapCursorPosition { get; set; }
member this.SnapCursorPosition : bool with get, set
Public Property SnapCursorPosition As Boolean