MixedRealityInputActionsProfile.InputActions 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 list of actions users can do in your application.
public:
property cli::array <Microsoft::MixedReality::Toolkit::Input::MixedRealityInputAction> ^ InputActions { cli::array <Microsoft::MixedReality::Toolkit::Input::MixedRealityInputAction> ^ get(); };
public Microsoft.MixedReality.Toolkit.Input.MixedRealityInputAction[] InputActions { get; }
member this.InputActions : Microsoft.MixedReality.Toolkit.Input.MixedRealityInputAction[]
Public ReadOnly Property InputActions As MixedRealityInputAction()
Property Value
Remarks
Input Actions are device agnostic and can be paired with any number of device inputs across all platforms.