Class FlowNode_NextFrame
[CeresGroup("Utilities/Timing")]
[CeresLabel("Next Frame")]
[NodeInfo("Continues execution on the next frame.")]
public class FlowNode_NextFrame : ForwardNode, IEnumerable<CeresNode>, IEnumerable, IDisposable
- Inheritance
-
FlowNode_NextFrame
- Implements
- Inherited Members
Constructors
FlowNode_NextFrame()
public FlowNode_NextFrame()
Fields
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()