docs.unity.cn
    Show / Hide Table of Contents

    Class Linker.EdgeBindingDescriptor

    Class EdgeBindingDescriptor.

    Inheritance
    Object
    Linker.EdgeBindingDescriptor
    Namespace: Mechatronics.SystemGraph
    Syntax
    public class EdgeBindingDescriptor

    Fields

    edge

    The serialized edge

    Declaration
    public SerializedEdge edge
    Field Value
    Type Description
    SerializedEdge

    source

    The node source

    Declaration
    public Linker.NodeReferenceDescriptor source
    Field Value
    Type Description
    Linker.NodeReferenceDescriptor

    sourceField

    The source field

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

    target

    The node target

    Declaration
    public Linker.NodeReferenceDescriptor target
    Field Value
    Type Description
    Linker.NodeReferenceDescriptor

    targetField

    The target field

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

    Methods

    AssignFromEdge(Linker, Dictionary<String, Linker.NodeReferenceDescriptor>, SerializedEdge)

    Assigns from edge.

    Declaration
    public void AssignFromEdge(Linker linker, Dictionary<string, Linker.NodeReferenceDescriptor> mapNodes, SerializedEdge p)
    Parameters
    Type Name Description
    Linker linker

    The linker.

    Dictionary<String, Linker.NodeReferenceDescriptor> mapNodes

    The map nodes.

    SerializedEdge p

    The p.

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Tuesday, October 18, 2022
    Terms of use