Class FlowNode_Delay
[CeresGroup("Utilities/Timing")]
[CeresLabel("Delay")]
[NodeInfo("Waits for the specified number of seconds before continuing execution.")]
public class FlowNode_Delay : ForwardNode, IEnumerable<CeresNode>, IEnumerable, IDisposable
- Inheritance
-
FlowNode_Delay
- Implements
- Derived
- Inherited Members
Constructors
FlowNode_Delay()
public FlowNode_Delay()
Fields
exec
[OutputPort(false)]
[CeresLabel("")]
public NodePort exec
Field Value
seconds
[InputPort(false)]
[CeresLabel("Seconds")]
public CeresPort<float> seconds
Field Value
Methods
Execute(ExecutionContext)
protected override UniTask Execute(ExecutionContext executionContext)
Parameters
executionContextExecutionContext
Returns
- UniTask
__getTypeName()
protected override string __getTypeName()
Returns
__initializePorts()
protected override void __initializePorts()
__initializeVariables()
protected override void __initializeVariables()