C# Class BehaviorTree.ConditionAnd

Inheritance: BehaviorTreeCondition
Afficher le fichier Open project: meta-42/uEasyKit

Méthodes publiques

Méthode Description
ConditionAnd ( BehaviorTreeCondition rOperandL, BehaviorTreeCondition rOperandR ) : System.Collections
ExternalCondition ( System.Object rInput ) : bool

Method Details

ConditionAnd() public méthode

public ConditionAnd ( BehaviorTreeCondition rOperandL, BehaviorTreeCondition rOperandR ) : System.Collections
rOperandL BehaviorTreeCondition
rOperandR BehaviorTreeCondition
Résultat System.Collections

ExternalCondition() public méthode

public ExternalCondition ( System.Object rInput ) : bool
rInput System.Object
Résultat bool