Class ActionMap | Unity Reflect | 1.1.0-preview.6
docs.unity3d.com
    Show / Hide Table of Contents

    Class ActionMap

    Inheritance
    Object
    ActionMap
    Namespace: UnityEngine.InputNew
    Syntax
    public class ActionMap : ScriptableObject

    Fields

    kDefaultNamespace

    Declaration
    public static readonly string kDefaultNamespace
    Field Value
    Type Description
    String

    Properties

    actions

    Declaration
    public List<InputAction> actions { get; set; }
    Property Value
    Type Description
    List<InputAction>

    controlSchemes

    Declaration
    public List<ControlScheme> controlSchemes { get; set; }
    Property Value
    Type Description
    List<ControlScheme>

    customActionMapType

    Declaration
    public Type customActionMapType { get; }
    Property Value
    Type Description
    Type

    customNamespace

    Declaration
    public string customNamespace { get; set; }
    Property Value
    Type Description
    String

    mapType

    Declaration
    public Type mapType { get; set; }
    Property Value
    Type Description
    Type

    Methods

    GetCustomizations()

    Declaration
    public string GetCustomizations()
    Returns
    Type Description
    String

    RestoreCustomizations(String)

    Declaration
    public void RestoreCustomizations(string customizations)
    Parameters
    Type Name Description
    String customizations

    RevertCustomizations()

    Declaration
    public void RevertCustomizations()

    RevertCustomizations(ControlScheme)

    Declaration
    public void RevertCustomizations(ControlScheme controlScheme)
    Parameters
    Type Name Description
    ControlScheme controlScheme

    SetMapTypeName(String)

    Declaration
    public void SetMapTypeName(string name)
    Parameters
    Type Name Description
    String name
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023