Struct WaitForEndOfFrameNode
Syntax
[NodeDescription(typeof(WaitForEndOfFrameUnit))]
public struct WaitForEndOfFrameNode : IUpdatableNode, IFlowNode, INode
Fields
Enter
Declaration
public InputTriggerPort Enter
Field Value
Exit
Declaration
public OutputTriggerPort Exit
Field Value
Methods
Declaration
public Execution Execute<TCtx>(TCtx ctx, InputTriggerPort port)
where TCtx : IGraphInstance
Parameters
Returns
Type Parameters
Implements
Update<TCtx>(TCtx)
Declaration
public Execution Update<TCtx>(TCtx ctx)
where TCtx : IGraphInstance
Parameters
Type |
Name |
Description |
TCtx |
ctx |
|
Returns
Type Parameters
Implements
Extension Methods