Table of Contents

Class ExecutionEventUber

Namespace
Ceres.Graph.Flow
Assembly
cs.temp.dll.dll
public sealed class ExecutionEventUber : ExecutionEventBase, IDisposable, ISerializationCallbackReceiver
Inheritance
object
ExecutionEventUber
Implements
IDisposable
ISerializationCallbackReceiver
Inherited Members

Fields

argumentCount

public int argumentCount

Field Value

int

exec

public NodePort exec

Field Value

NodePort

outputs

public CeresPort<object>[] outputs

Field Value

CeresPort<object>[]

Methods

Execute(ExecutionContext)

protected override UniTask Execute(ExecutionContext executionContext)

Parameters

executionContext ExecutionContext

Returns

UniTask

OnAfterDeserialize()

public void OnAfterDeserialize()

OnBeforeSerialize()

public void OnBeforeSerialize()