Table of Contents

Interface ILinkedNode

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

Interface for iterate linked node, useful when your graph is based on a linked list which is often used in a forward execution mode like behavior tree

public interface ILinkedNode : IReadOnlyLinkedNode
Inherited Members

Methods

AddChild(CeresNode)

Add new child node

void AddChild(CeresNode node)

Parameters

node CeresNode

ClearChildren()

Clear all child nodes

void ClearChildren()