Class FlowNode_DelayFrame
[CeresGroup("Utilities/Timing")]
[CeresLabel("Delay Frames")]
[NodeInfo("Waits for the specified number of frames before continuing execution.")]
public class FlowNode_DelayFrame : ForwardNode, IEnumerable<CeresNode>, IEnumerable, IDisposable
- Inheritance
-
FlowNode_DelayFrame
- Implements
- Inherited Members
Constructors
FlowNode_DelayFrame()
public FlowNode_DelayFrame()
Fields
exec
[OutputPort(false)]
[CeresLabel("")]
public NodePort exec
Field Value
frames
[InputPort(false)]
[CeresLabel("Frames")]
public CeresPort<int> frames
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()