Interactable.InputAction 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.
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