BaseGlobalInputSource.Pointers 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.
Array of pointers associated with this input source.
public:
virtual property cli::array <Microsoft::MixedReality::Toolkit::Input::IMixedRealityPointer ^> ^ Pointers { cli::array <Microsoft::MixedReality::Toolkit::Input::IMixedRealityPointer ^> ^ get(); void set(cli::array <Microsoft::MixedReality::Toolkit::Input::IMixedRealityPointer ^> ^ value); };
public virtual Microsoft.MixedReality.Toolkit.Input.IMixedRealityPointer[] Pointers { get; set; }
member this.Pointers : Microsoft.MixedReality.Toolkit.Input.IMixedRealityPointer[] with get, set
Public Overridable Property Pointers As IMixedRealityPointer()