Class FlowNode_WaitWhile
[CeresGroup("Utilities/Timing")]
[CeresLabel("Wait While")]
[NodeInfo("Waits while the condition remains true, then continues execution.")]
public class FlowNode_WaitWhile : ForwardNode, IEnumerable<CeresNode>, IEnumerable, IDisposable
- Inheritance
-
FlowNode_WaitWhile
- Implements
- Inherited Members
Constructors
FlowNode_WaitWhile()
public FlowNode_WaitWhile()
Fields
condition
[InputPort(false)]
public CeresPort<bool> condition
Field Value
exec
[OutputPort(false)]
[CeresLabel("")]
public NodePort exec
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()