Class InputControlListExtensions | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Class InputControlListExtensions

    Inheritance
    System.Object
    InputControlListExtensions
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: UnityEngine.Experimental.Input
    Syntax
    public static class InputControlListExtensions

    Methods

    ToControlList<TControl>(IEnumerable<TControl>)

    Declaration
    public static InputControlList<TControl> ToControlList<TControl>(this IEnumerable<TControl> list)where TControl : InputControl
    Parameters
    Type Name Description
    IEnumerable<TControl> list
    Returns
    Type Description
    InputControlList<TControl>
    Type Parameters
    Name Description
    TControl

    ToControlList<TControl>(IReadOnlyList<TControl>)

    Declaration
    public static InputControlList<TControl> ToControlList<TControl>(this IReadOnlyList<TControl> list)where TControl : InputControl
    Parameters
    Type Name Description
    IReadOnlyList<TControl> list
    Returns
    Type Description
    InputControlList<TControl>
    Type Parameters
    Name Description
    TControl
    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