C# Class lab.AiBehaviour

Inheritance: UnityEngine.ScriptableObject
Show file Open project: marekdaniluk/lab

Public Methods

Method Description
AddTree ( AiTree tree ) : bool

Adds new behaviour tree to this blackboard.

RemoveTree ( AiTree tree ) : bool

Removes behaviour tree from this blackboard.

Method Details

AddTree() public method

Adds new behaviour tree to this blackboard.
public AddTree ( AiTree tree ) : bool
tree AiTree New behaviour tree for current blackboard.
return bool

RemoveTree() public method

Removes behaviour tree from this blackboard.
public RemoveTree ( AiTree tree ) : bool
tree AiTree Tree to remove from current blackboard.
return bool