C# Class BehaviorTree.ConditionOr

Inheritance: BehaviorTreeCondition
Show file Open project: meta-42/uEasyKit

Public Methods

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

Method Details

ConditionOr() public method

public ConditionOr ( BehaviorTreeCondition rOperandL, BehaviorTreeCondition rOperandR ) : System.Collections
rOperandL BehaviorTreeCondition
rOperandR BehaviorTreeCondition
return System.Collections

ExternalCondition() public method

public ExternalCondition ( System.Object rInput ) : bool
rInput System.Object
return bool