C# Class BehaviorTree.ParallelNode

决策节点 并行
Inheritance: BehaviorTreeNode
Show file Open project: meta-42/uEasyKit Class Usage Examples

Public Methods

Method Description
ParallelNode ( BehaviorTreeNode rParentNode, BehaviorTreeCondition rCondition = null ) : System.Collections
SetFinishCondition ( ParallelFinishCondition rCondition ) : ParallelNode

Protected Methods

Method Description
EvaluateInternal ( object rInput ) : bool
TransitionInternal ( object rInput ) : void
UpdateInternal ( object rInput, object rOutput ) : NodeRunningStatus

Method Details

EvaluateInternal() protected method

protected EvaluateInternal ( object rInput ) : bool
rInput object
return bool

ParallelNode() public method

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

SetFinishCondition() public method

public SetFinishCondition ( ParallelFinishCondition rCondition ) : ParallelNode
rCondition ParallelFinishCondition
return ParallelNode

TransitionInternal() protected method

protected TransitionInternal ( object rInput ) : void
rInput object
return void

UpdateInternal() protected method

protected UpdateInternal ( object rInput, object rOutput ) : NodeRunningStatus
rInput object
rOutput object
return NodeRunningStatus