docs.unity.cn
    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
    Syntax
    public struct PartBinding

    Properties

    control

    The control bound to the part.

    Declaration
    public InputControl control { 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 { get; set; }
    Property Value
    Type Description
    Int32
    Back to top Copyright © 2023 Unity Technologies
    Generated by DocFX
    on 27 March 2023
    Terms of use