C# Class BenjaminBehaviorTree.Composite

Inheritance: Node
Afficher le fichier Open project: benjaml/PathfindingToolUnity

Méthodes publiques

Свойство Type Description
tasks List

Méthodes publiques

Méthode Description
AddTask ( Node task ) : void
Execute ( ) : bool

Method Details

AddTask() public méthode

public AddTask ( Node task ) : void
task Node
Résultat void

Execute() public abstract méthode

public abstract Execute ( ) : bool
Résultat bool

Property Details

tasks public_oe property

public List tasks
Résultat List