C# Class FluentBehaviourTree.InverterNode

Decorator node that inverts the success/failure of its child.
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 to the parent node.

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

Method Details

AddChild() public méthode

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

InverterNode() public méthode

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

Tick() public méthode

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