Class InputPortAttribute
The attributes for node input ports.
Namespace: Unity.Composition
Syntax
public class InputPortAttribute : Attribute
Constructors
InputPortAttribute(Int32)
Add an input port to a node.
Declaration
public InputPortAttribute(int order = 0)
Parameters
Type | Name | Description |
---|---|---|
Int32 | order | The order of the port |