Class PortBridge<T>
Class PortBridge. Implements the NodeRuntime
Inherited Members
UnityEngine.Object.FindObjectsOfType<T>(System.Boolean)
UnityEngine.Object.FindObjectOfType<T>(System.Boolean)
Namespace: Global Namespace
Syntax
[Obsolete("Will be removed in SystemGraph 3.0")]
public class PortBridge<T> : NodeRuntime
Type Parameters
| Name | Description |
|---|---|
| T |
Fields
input
The input
Declaration
[Field("Input", PortDirection.Left, FieldExtra.Read | FieldExtra.ChangeEvent)]
[SerializeField]
public PortList<PortType<T>> input
Field Value
| Type | Description |
|---|---|
| PortList<PortType<T>> |
output
The output
Declaration
[Field("Output", PortDirection.Right, FieldExtra.Write)]
[SerializeField]
public PortList<PortType<T>> output
Field Value
| Type | Description |
|---|---|
| PortList<PortType<T>> |
Methods
Disable()
Forwarded OnDisable Unity event from the parent SystemGraphComponent
Declaration
public override void Disable()
Overrides
Enable(Scheduler.ClockState)
Forwarded OnEnable Unity event from the parent SystemGraphComponent
Declaration
public override void Enable(Scheduler.ClockState clockState)
Parameters
| Type | Name | Description |
|---|---|---|
| Scheduler.ClockState | clockState | The parameters of the waveform associated to this node |