C# 클래스 BehaviorTree.ConditionXor

상속: BehaviorTreeCondition
파일 보기 프로젝트 열기: meta-42/uEasyKit

공개 메소드들

메소드 설명
ConditionXor ( BehaviorTreeCondition rOperandL, BehaviorTreeCondition rOperandR ) : System.Collections
ExternalCondition ( System.Object rInput ) : bool

메소드 상세

ConditionXor() 공개 메소드

public ConditionXor ( BehaviorTreeCondition rOperandL, BehaviorTreeCondition rOperandR ) : System.Collections
rOperandL BehaviorTreeCondition
rOperandR BehaviorTreeCondition
리턴 System.Collections

ExternalCondition() 공개 메소드

public ExternalCondition ( System.Object rInput ) : bool
rInput System.Object
리턴 bool