docs.unity.cn
    Show / Hide Table of Contents

    Class SystemGraphManager.PortBinding

    Description of a port binding, with source port ID and the binding port Id.

    Inheritance
    Object
    SystemGraphManager.PortBinding
    Namespace: Mechatronics.SystemGraph
    Syntax
    public class PortBinding

    Fields

    bindId

    ID to which the target port will bind.

    Declaration
    public ulong bindId
    Field Value
    Type Description
    UInt64

    port

    Reference to the port.

    Declaration
    public Linker.PortReferenceDescriptor port
    Field Value
    Type Description
    Linker.PortReferenceDescriptor

    portId

    ID of the target port in the binding.

    Declaration
    public ulong portId
    Field Value
    Type Description
    UInt64
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Tuesday, October 18, 2022
    Terms of use