Table of Contents

Class CustomExecutionEvent

Namespace
Ceres.Graph.Flow
Assembly
cs.temp.dll.dll

Base class for ExecutionEventBase generated from by Ceres.SourceGenerator

public abstract class CustomExecutionEvent : ExecutionEventBase, IDisposable
Inheritance
object
CustomExecutionEvent
Implements
IDisposable
Derived
Inherited Members

Fields

exec

public NodePort exec

Field Value

NodePort

Methods

Execute(ExecutionContext)

protected override sealed UniTask Execute(ExecutionContext executionContext)

Parameters

executionContext ExecutionContext

Returns

UniTask

LocalExecute(ExecutionContext)

protected virtual void LocalExecute(ExecutionContext executionContext)

Parameters

executionContext ExecutionContext

RegisterEventId<TEventBase>(string)

protected static void RegisterEventId<TEventBase>(string eventName) where TEventBase : EventBase<TEventBase>, new()

Parameters

eventName string

Type Parameters

TEventBase