Struct ShortMessageNode.MySimPorts
Namespace: Unity.Compositor.Editor.Tests
Syntax
public struct MySimPorts : ISimulationPortDefinition
Fields
Input
Declaration
public MessageInput<ShortMessageNode, short> Input
Field Value
Type | Description |
---|---|
MessageInput<ShortMessageNode, Int16> |
Output
Declaration
public MessageOutput<ShortMessageNode, short> Output
Field Value
Type | Description |
---|---|
MessageOutput<ShortMessageNode, Int16> |