MixedRealityInputSystem.DetectedInputSources 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.
List of the Interaction Input Sources as detected by the input manager like hands or motion controllers.
public:
property System::Collections::Generic::HashSet<Microsoft::MixedReality::Toolkit::Input::IMixedRealityInputSource ^> ^ DetectedInputSources { System::Collections::Generic::HashSet<Microsoft::MixedReality::Toolkit::Input::IMixedRealityInputSource ^> ^ get(); };
public System.Collections.Generic.HashSet<Microsoft.MixedReality.Toolkit.Input.IMixedRealityInputSource> DetectedInputSources { get; }
member this.DetectedInputSources : System.Collections.Generic.HashSet<Microsoft.MixedReality.Toolkit.Input.IMixedRealityInputSource>
Public ReadOnly Property DetectedInputSources As HashSet(Of IMixedRealityInputSource)