C# 클래스 BehaviorTree.ParallelNode

决策节点 并行
상속: BehaviorTreeNode
파일 보기 프로젝트 열기: meta-42/uEasyKit 1 사용 예제들

공개 메소드들

메소드 설명
ParallelNode ( BehaviorTreeNode rParentNode, BehaviorTreeCondition rCondition = null ) : System.Collections
SetFinishCondition ( ParallelFinishCondition rCondition ) : ParallelNode

보호된 메소드들

메소드 설명
EvaluateInternal ( object rInput ) : bool
TransitionInternal ( object rInput ) : void
UpdateInternal ( object rInput, object rOutput ) : NodeRunningStatus

메소드 상세

EvaluateInternal() 보호된 메소드

protected EvaluateInternal ( object rInput ) : bool
rInput object
리턴 bool

ParallelNode() 공개 메소드

public ParallelNode ( BehaviorTreeNode rParentNode, BehaviorTreeCondition rCondition = null ) : System.Collections
rParentNode BehaviorTreeNode
rCondition BehaviorTreeCondition
리턴 System.Collections

SetFinishCondition() 공개 메소드

public SetFinishCondition ( ParallelFinishCondition rCondition ) : ParallelNode
rCondition ParallelFinishCondition
리턴 ParallelNode

TransitionInternal() 보호된 메소드

protected TransitionInternal ( object rInput ) : void
rInput object
리턴 void

UpdateInternal() 보호된 메소드

protected UpdateInternal ( object rInput, object rOutput ) : NodeRunningStatus
rInput object
rOutput object
리턴 NodeRunningStatus