Table of Contents

Class FlowNode_DelayFrame

Namespace
Ceres.Flow.Utilities
Assembly
Ceres.Flow.dll
[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

NodePort

frames

[InputPort(false)]
[CeresLabel("Frames")]
public CeresPort<int> frames

Field Value

CeresPort<int>

Methods

Execute(ExecutionContext)

protected override UniTask Execute(ExecutionContext executionContext)

Parameters

executionContext ExecutionContext

Returns

UniTask

__getTypeName()

protected override string __getTypeName()

Returns

string

__initializePorts()

protected override void __initializePorts()

__initializeVariables()

protected override void __initializeVariables()