A* Pathfinding Project  4.3.5
The A* Pathfinding Project for Unity 3D
BTSelector Class Reference

Public Member Functions

 BTSelector (BTNode[] children)
 
- Public Member Functions inherited from BTNode
void Terminate (BTContext ctx)
 
Status Tick (BTContext ctx)
 

Public Attributes

BTNode [] children
 

Protected Member Functions

override Status DoTick (BTContext ctx)
 
override void OnInit (BTContext ctx)
 
override void OnTerminate (BTContext ctx)
 

Private Attributes

int childIndex = -1
 

Additional Inherited Members

- Protected Attributes inherited from BTNode
Status lastStatus
 

Constructor & Destructor Documentation

◆ BTSelector()

BTSelector ( BTNode []  children)

Member Function Documentation

◆ DoTick()

override Status DoTick ( BTContext  ctx)
protectedvirtual

Implements BTNode.

◆ OnInit()

override void OnInit ( BTContext  ctx)
protectedvirtual

Reimplemented from BTNode.

◆ OnTerminate()

override void OnTerminate ( BTContext  ctx)
protectedvirtual

Reimplemented from BTNode.

Member Data Documentation

◆ childIndex

int childIndex = -1
private

◆ children

BTNode [] children

The documentation for this class was generated from the following file: