Struct SimulationPhasePassThroughNode<T>.SimPorts
Namespace: Unity.Compositor
Syntax
public struct SimPorts : ISimulationPortDefinition
Fields
Input
Declaration
public MessageInput<SimulationPhasePassThroughNode<T>, T> Input
Field Value
Type | Description |
---|---|
MessageInput<SimulationPhasePassThroughNode<T>, T> |
Output
Declaration
public MessageOutput<SimulationPhasePassThroughNode<T>, T> Output
Field Value
Type | Description |
---|---|
MessageOutput<SimulationPhasePassThroughNode<T>, T> |