C# Class BehaviorTree.ConditionNot

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

Public Methods

Method Description
ConditionNot ( BehaviorTreeCondition rOperand ) : System.Collections
ExternalCondition ( System.Object rInput ) : bool

Method Details

ConditionNot() public method

public ConditionNot ( BehaviorTreeCondition rOperand ) : System.Collections
rOperand BehaviorTreeCondition
return System.Collections

ExternalCondition() public method

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