Class DotEdge | Package Manager UI website
docs.unity.cn
    Show / Hide Table of Contents

    Class DotEdge

    Inheritance
    System.Object
    DotElement
    DotEdge
    Inherited Members
    DotElement.Label
    DotElement.attributes
    DotElement.HasAttributes()
    Namespace: UnityEditor.Dot
    Syntax
    public class DotEdge : DotElement

    Constructors

    DotEdge(DotNode, DotNode)

    Declaration
    public DotEdge(DotNode from, DotNode to)
    Parameters
    Type Name Description
    DotNode from
    DotNode to

    Properties

    From

    Declaration
    public DotNode From { get; }
    Property Value
    Type Description
    DotNode

    Name

    Declaration
    public override string Name { get; }
    Property Value
    Type Description
    System.String
    Overrides
    DotElement.Name

    To

    Declaration
    public DotNode To { get; }
    Property Value
    Type Description
    DotNode
    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX