C# Class lab.AiBehaviour

Inheritance: UnityEngine.ScriptableObject
Afficher le fichier Open project: marekdaniluk/lab

Méthodes publiques

Méthode 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 méthode

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

RemoveTree() public méthode

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