docs.unity3d.com
    Show / Hide Table of Contents

    Struct InputBindingCompositeContext.PartBinding

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

    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 — 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