enum ConnectionPlug : System.Enum

book_4_sparkGenerated
code_blocksInput

Description

The ConnectionPlug enumeration is part of the Editor.NodeEditor namespace and is used to define the types of connection plugs available in the node editor. This enum is sealed and cannot be inherited.

Members

Fields

Member Name Summary
Output Represents an output connection plug in the node editor.
Input Represents an input connection plug in the node editor.