C# Class FluentBehaviourTree.SelectorNode

Selects the first node that succeeds. Tries successive nodes until it finds one that doesn't fail.
Inheritance: IParentBehaviourTreeNode
Afficher le fichier Open project: codecapers/Fluent-Behaviour-Tree Class Usage Examples

Méthodes publiques

Méthode Description
AddChild ( IBehaviourTreeNode child ) : void

Add a child node to the selector.

SelectorNode ( string name ) : System
Tick ( TimeData time ) : BehaviourTreeStatus

Method Details

AddChild() public méthode

Add a child node to the selector.
public AddChild ( IBehaviourTreeNode child ) : void
child IBehaviourTreeNode
Résultat void

SelectorNode() public méthode

public SelectorNode ( string name ) : System
name string
Résultat System

Tick() public méthode

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