BaseGenericInputSource.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(); };
public virtual Microsoft.MixedReality.Toolkit.Input.IMixedRealityPointer[] Pointers { get; }
member this.Pointers : Microsoft.MixedReality.Toolkit.Input.IMixedRealityPointer[]
Public Overridable ReadOnly Property Pointers As IMixedRealityPointer()