XboxController.DefaultInteractions 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.
Default interactions for Xbox Controller using Unity Input System.
public:
virtual property cli::array <Microsoft::MixedReality::Toolkit::Input::MixedRealityInteractionMapping ^> ^ DefaultInteractions { cli::array <Microsoft::MixedReality::Toolkit::Input::MixedRealityInteractionMapping ^> ^ get(); };
public override Microsoft.MixedReality.Toolkit.Input.MixedRealityInteractionMapping[] DefaultInteractions { get; }
member this.DefaultInteractions : Microsoft.MixedReality.Toolkit.Input.MixedRealityInteractionMapping[]
Public Overrides ReadOnly Property DefaultInteractions As MixedRealityInteractionMapping()