C# Class BehaviorTree.ConditionOr

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

Méthodes publiques

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

Method Details

ConditionOr() public méthode

public ConditionOr ( 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