Class ExecutableNode
Inheritance
object
ExecutableNode
Assembly: cs.temp.dll.dll
Syntax
public abstract class ExecutableNode : CeresNode, IDisposable
Properties
Graph
Declaration
protected CeresGraph Graph { get; }
Property Value
Methods
Execute(ExecutionContext)
Declaration
protected abstract UniTask Execute(ExecutionContext executionContext)
Parameters
Returns
ExecuteNode(ExecutionContext)
Declaration
public UniTask ExecuteNode(ExecutionContext executionContext)
Parameters
Returns
Implements
IDisposable