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