MixedRealityInputActionsProfile.LoadMixedRealityToolKitDefaults Method
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.
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)