MixedRealityInputActionsProfile.LoadMixedRealityToolKitDefaults Method

Definition

Reset the current InputActions definitions to the Mixed Reality Toolkit defaults If existing mappings exist, they will be preserved and pushed to the end of the array

public:
 cli::array <Microsoft::MixedReality::Toolkit::Input::MixedRealityInputAction> ^ LoadMixedRealityToolKitDefaults();
public Microsoft.MixedReality.Toolkit.Input.MixedRealityInputAction[] LoadMixedRealityToolKitDefaults ();
member this.LoadMixedRealityToolKitDefaults : unit -> Microsoft.MixedReality.Toolkit.Input.MixedRealityInputAction[]
Public Function LoadMixedRealityToolKitDefaults () As MixedRealityInputAction()

Returns

Default MRTK Actions plus any custom actions (if already configured)

Applies to