Skip to content

[Api] Runtime Node

CoffeeVampir3 edited this page Apr 11, 2021 · 8 revisions
public abstract class RuntimeNode : ScriptableObject

This is the API, for usage see Runtime Node Usage

Runtime Nodes

protected virtual RuntimeNode OnEvaluate(Context evContext)

This is the function the Graph Evaluator will execute when it arrives at this node. The context gives you a way to control the node tree, see the Context page for details.