Table of Contents

Enum ExecutionPath

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

Define how to execute node

public enum ExecutionPath

Fields

Dependency = 1

Execute node by a dependency graph that let node executed only when used

Forward = 0

Execute node in a forward path that ensure order