Table of Contents

Class FlowNode_ExecuteEvent

Namespace
Ceres.Flow.Utilities
Assembly
Ceres.Flow.dll

Execute an ExecutionEvent

[CeresGroup("Hidden")]
[NodeInfo("Invokes another execution event node in the same graph.")]
public class FlowNode_ExecuteEvent : FlowNode, IEnumerable<CeresNode>, IEnumerable, IDisposable
Inheritance
FlowNode_ExecuteEvent
Implements
Inherited Members

Constructors

FlowNode_ExecuteEvent()

public FlowNode_ExecuteEvent()

Fields

eventName

[HideInGraphEditor]
public string eventName

Field Value

string

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()