Struct MessageOutput<TDefinition, TMsg>
Declaration of a specific message output connection port for a given node type.
These are used as fields within an ISimulationPortDefinition struct implementation
(see
Inherited Members
Namespace: Unity.DataFlowGraph
Syntax
public struct MessageOutput<TDefinition, TMsg>
where TDefinition : INodeDefinition
Type Parameters
Name | Description |
---|---|
TDefinition | The NodeDefinition<TNodeData, TSimulationPortDefinition> to which this port is associated. |
TMsg |
Operators
Explicit(MessageOutput<TDefinition, TMsg> to OutputPortID)
Declaration
public static explicit operator OutputPortID(MessageOutput<TDefinition, TMsg> output)
Parameters
Type | Name | Description |
---|---|---|
MessageOutput<TDefinition, TMsg> | output |
Returns
Type | Description |
---|---|
OutputPortID |