docs.unity.cn
    Show / Hide Table of Contents

    Class EdgeDescriptor

    EdgeDescriptor stores the edge information attached to SystemGraph assets.

    Inheritance
    Object
    EdgeDescriptor
    Namespace: Mechatronics.SystemGraph
    Syntax
    public class EdgeDescriptor

    Fields

    fromPort

    From port

    Declaration
    public PortDescriptor fromPort
    Field Value
    Type Description
    PortDescriptor

    Hash

    The generated hash id

    Declaration
    public int Hash
    Field Value
    Type Description
    Int32

    serializedEdge

    The serialized edge

    Declaration
    public SerializedEdge serializedEdge
    Field Value
    Type Description
    SerializedEdge

    systemEdge

    Visual element SystemEdge

    Declaration
    public SystemEdge systemEdge
    Field Value
    Type Description
    SystemEdge

    toPort

    To port

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