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

Public Member Functions

 Once (BTNode child)
 
- Public Member Functions inherited from BTNode
void Terminate (BTContext ctx)
 
Status Tick (BTContext ctx)
 

Public Attributes

BTNode child
 

Protected Member Functions

override Status DoTick (BTContext ctx)
 
override void OnTerminate (BTContext ctx)
 
- Protected Member Functions inherited from BTNode
virtual void OnInit (BTContext ctx)
 

Additional Inherited Members

- Protected Attributes inherited from BTNode
Status lastStatus
 

Constructor & Destructor Documentation

◆ Once()

Once ( BTNode  child)

Member Function Documentation

◆ DoTick()

override Status DoTick ( BTContext  ctx)
protectedvirtual

Implements BTNode.

◆ OnTerminate()

override void OnTerminate ( BTContext  ctx)
protectedvirtual

Reimplemented from BTNode.

Member Data Documentation

◆ child

BTNode child

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