IMyBehaviourTreeNode Interface

Fight Game AI Demo

IMyBehaviourTreeNode Interface
Interface for behaviour tree nodes. Origionaly Developed by Ashley Davis. Modified for use in this project by Steven Mcvey.

Namespace: FightGameAIDemo.Behavior_Tree
Assembly: FightGameAIDemo (in FightGameAIDemo.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public interface IMyBehaviourTreeNode

The IMyBehaviourTreeNode type exposes the following members.

Methods
  NameDescription
Public methodTick
Update the time of the behaviour tree.
Top
See Also