docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct InputBindingCompositeContext.PartBinding

    Information about a control bound to a part of a composite.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    Namespace: UnityEngine.InputSystem
    Assembly: Unity.InputSystem.dll
    Syntax
    public struct InputBindingCompositeContext.PartBinding

    Properties

    control

    The control bound to the part.

    Declaration
    public InputControl control { readonly get; set; }
    Property Value
    Type Description
    InputControl

    part

    Identifier of the part. This is the numeric identifier stored in the public fields of the composite by the input system.

    Declaration
    public int part { readonly get; set; }
    Property Value
    Type Description
    int
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)