Class BTNode

Public Abstract

Implements a simple behavior tree.

This is the base class for all nodes in the tree.

Public Methods

Terminate (ctx)
Tick (ctx)

Private/Protected Members

DoTick (ctx)
OnInit (ctx)
OnTerminate (ctx)
lastStatus
Protected