C# Class TreeSharp.PrioritySelector

Will execute each branch of logic in order, until one succeeds. This composite will fail only if all branches fail as well.
Inheritance: Selector
Afficher le fichier Open project: lances101/BoringHeroes Class Usage Examples

Méthodes publiques

Méthode Description
Execute ( object context ) : IEnumerable
PrioritySelector ( ) : System.Collections.Generic
PrioritySelector ( ContextChangeHandler contextChange ) : System.Collections.Generic
PrioritySelector ( string name ) : System.Collections.Generic

Method Details

Execute() public méthode

public Execute ( object context ) : IEnumerable
context object
Résultat IEnumerable

PrioritySelector() public méthode

public PrioritySelector ( ) : System.Collections.Generic
Résultat System.Collections.Generic

PrioritySelector() public méthode

public PrioritySelector ( ContextChangeHandler contextChange ) : System.Collections.Generic
contextChange ContextChangeHandler
Résultat System.Collections.Generic

PrioritySelector() public méthode

public PrioritySelector ( string name ) : System.Collections.Generic
name string
Résultat System.Collections.Generic