Table of Contents

Class ExecutableNode

Namespace
Ceres.Flow
Assembly
Ceres.Flow.dll
[CeresMetadata(new string[] { "style = ExecutableNode" })]
public abstract class ExecutableNode : CeresNode, IEnumerable<CeresNode>, IEnumerable, IDisposable
Inheritance
ExecutableNode
Implements
Derived
Inherited Members

Constructors

ExecutableNode()

protected ExecutableNode()

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

__getTypeName()

protected override string __getTypeName()

Returns

string

__initializePorts()

protected override void __initializePorts()

__initializeVariables()

protected override void __initializeVariables()