Table of Contents

Class ExecutableNode

Namespace
Ceres.Graph.Flow
Assembly
cs.temp.dll.dll
public abstract class ExecutableNode : CeresNode, IDisposable
Inheritance
object
ExecutableNode
Implements
IDisposable
Derived
Inherited Members

Properties

Graph

protected CeresGraph Graph { get; }

Property Value

CeresGraph

Methods

Execute(ExecutionContext)

protected abstract UniTask Execute(ExecutionContext executionContext)

Parameters

executionContext ExecutionContext

Returns

UniTask

ExecuteNode(ExecutionContext)

public UniTask ExecuteNode(ExecutionContext executionContext)

Parameters

executionContext ExecutionContext

Returns

UniTask