mrtk_developmentreleases/2.0.0releases/2.1.0releases/2.2.0
  • 指南
  • API 文档
  • API 文档

    Show / Hide Table of Contents

    Class MixedRealityInputActionsProfile

    Configuration profile settings for setting up and consuming Input Actions.

    Inheritance
    Object
    BaseMixedRealityProfile
    MixedRealityInputActionsProfile
    Implements
    ScriptableObject
    Namespace: Microsoft.MixedReality.Toolkit.Input
    Assembly: cs.temp.dll.dll
    Syntax
    public class MixedRealityInputActionsProfile : BaseMixedRealityProfile, ScriptableObject

    Properties

    InputActions

    The list of actions users can do in your application.

    Declaration
    public MixedRealityInputAction[] InputActions { get; }
    Property Value
    Type Description
    MixedRealityInputAction[]
    Remarks

    Input Actions are device agnostic and can be paired with any number of device inputs across all platforms.

    InputActions

    The list of actions users can do in your application.

    Declaration
    public MixedRealityInputAction[] InputActions { get; }
    Property Value
    Type Description
    MixedRealityInputAction[]
    Remarks

    Input Actions are device agnostic and can be paired with any number of device inputs across all platforms.

    Methods

    LoadMixedRealityToolKitDefaults()

    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

    Declaration
    public MixedRealityInputAction[] LoadMixedRealityToolKitDefaults()
    Returns
    Type Description
    MixedRealityInputAction[]

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

    LoadMixedRealityToolKitDefaults()

    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

    Declaration
    public MixedRealityInputAction[] LoadMixedRealityToolKitDefaults()
    Returns
    Type Description
    MixedRealityInputAction[]

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

    Implements

    ScriptableObject
    In This Article
    • Properties
      • InputActions
      • InputActions
    • Methods
      • LoadMixedRealityToolKitDefaults()
      • LoadMixedRealityToolKitDefaults()
    • Implements
    Back to top Generated by DocFX