BehaviorTree.ConditionXor.ConditionXor C# (CSharp) Method

ConditionXor() public method

public ConditionXor ( BehaviorTreeCondition rOperandL, BehaviorTreeCondition rOperandR ) : System.Collections
rOperandL BehaviorTreeCondition
rOperandR BehaviorTreeCondition
return System.Collections
        public ConditionXor(BehaviorTreeCondition rOperandL, BehaviorTreeCondition rOperandR)
        {
            mOperandL = rOperandL;
            mOperandR = rOperandR;
        }