IMixedRealityCursor.Pointer 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.
The IMixedRealityPointer this IMixedRealityCursor is associated with.
public:
property Microsoft::MixedReality::Toolkit::Input::IMixedRealityPointer ^ Pointer { Microsoft::MixedReality::Toolkit::Input::IMixedRealityPointer ^ get(); void set(Microsoft::MixedReality::Toolkit::Input::IMixedRealityPointer ^ value); };
public Microsoft.MixedReality.Toolkit.Input.IMixedRealityPointer Pointer { get; set; }
member this.Pointer : Microsoft.MixedReality.Toolkit.Input.IMixedRealityPointer with get, set
Public Property Pointer As IMixedRealityPointer