docs.unity.cn
    Show / Hide Table of Contents

    Class INodeEditor.PortVisualDescriptor

    PortVisualDescriptor describes how the port is shown in the node.

    Inheritance
    Object
    INodeEditor.PortVisualDescriptor
    Namespace: Mechatronics.SystemGraph
    Syntax
    [Serializable]
    public class PortVisualDescriptor

    Fields

    direction

    The direction (left or right) in the node

    Declaration
    public PortDirection direction
    Field Value
    Type Description
    PortDirection

    index

    The index order of the port

    Declaration
    public int index
    Field Value
    Type Description
    Int32

    name

    The name of the port

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