Interactable.InputAction Property

Definition

The Interactable will only respond to input down events fired with the corresponding assigned Input Action. Available input actions are populated via the Input Actions Profile under the MRTK Input System Profile assigned in the current scene

public:
 property Microsoft::MixedReality::Toolkit::Input::MixedRealityInputAction InputAction { Microsoft::MixedReality::Toolkit::Input::MixedRealityInputAction get(); void set(Microsoft::MixedReality::Toolkit::Input::MixedRealityInputAction value); };
public Microsoft.MixedReality.Toolkit.Input.MixedRealityInputAction InputAction { get; set; }
member this.InputAction : Microsoft.MixedReality.Toolkit.Input.MixedRealityInputAction with get, set
Public Property InputAction As MixedRealityInputAction

Property Value

Applies to