C# Class BehaviorTree.SequenceNode

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

Public Methods

Method Description
SequenceNode ( BehaviorTreeNode rParentNode, BehaviorTreeCondition rCondition = null ) : System.Collections

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

SequenceNode() public method

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

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