IMixedRealityInputSystem.DetectedInputSources Property

Definition

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)

Property Value

Applies to