docs.unity.cn
    Show / Hide Table of Contents

    Class PortDescriptor

    PortDescriptor stores the port information attached to SystemGraph assets.

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

    Fields

    Direction

    The port direction (left or right of the node)

    Declaration
    public PortDirection Direction
    Field Value
    Type Description
    PortDirection

    Edges

    The edges connected with the port

    Declaration
    public HashSet<int> Edges
    Field Value
    Type Description
    HashSet<Int32>

    Extra

    The field extra parameters

    Declaration
    public FieldExtra Extra
    Field Value
    Type Description
    FieldExtra

    FullType

    The full type name

    Declaration
    public SerializableType FullType
    Field Value
    Type Description
    SerializableType

    Index

    The port index in the node

    Declaration
    public int Index
    Field Value
    Type Description
    Int32

    Name

    The port name

    Declaration
    public string Name
    Field Value
    Type Description
    String

    NodeOwner

    The node owner

    Declaration
    public NodeDescriptor NodeOwner
    Field Value
    Type Description
    NodeDescriptor

    Type

    The port type name

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