C# Class BenjaminBehaviorTree.Composite

Inheritance: Node
Show file Open project: benjaml/PathfindingToolUnity

Public Properties

Property Type Description
tasks List

Public Methods

Method Description
AddTask ( Node task ) : void
Execute ( ) : bool

Method Details

AddTask() public method

public AddTask ( Node task ) : void
task Node
return void

Execute() public abstract method

public abstract Execute ( ) : bool
return bool

Property Details

tasks public property

public List tasks
return List