Struct O_Usage_WeakTyping.MyNode.SimPorts
Inherited Members
Namespace: Unity.DataFlowGraph.Tour
Syntax
public struct SimPorts : ISimulationPortDefinition
Fields
Input
Declaration
public MessageInput<O_Usage_WeakTyping.MyNode, float> Input
Field Value
Type | Description |
---|---|
MessageInput<O_Usage_WeakTyping.MyNode, Single> |
Output
Declaration
public MessageOutput<O_Usage_WeakTyping.MyNode, float> Output
Field Value
Type | Description |
---|---|
MessageOutput<O_Usage_WeakTyping.MyNode, Single> |