C# Class FluentBehaviourTree.ActionNode

A behaviour tree leaf node for running an action.
Inheritance: IBehaviourTreeNode
Afficher le fichier Open project: codecapers/Fluent-Behaviour-Tree Class Usage Examples

Méthodes publiques

Méthode Description
ActionNode ( string name, BehaviourTreeStatus>.Func fn ) : System
Tick ( TimeData time ) : BehaviourTreeStatus

Method Details

ActionNode() public méthode

public ActionNode ( string name, BehaviourTreeStatus>.Func fn ) : System
name string
fn BehaviourTreeStatus>.Func
Résultat System

Tick() public méthode

public Tick ( TimeData time ) : BehaviourTreeStatus
time TimeData
Résultat BehaviourTreeStatus