C# Class BehaviorTree.SequenceNode

决策节点 序列
Inheritance: BehaviorTreeNode
Afficher le fichier Open project: meta-42/uEasyKit Class Usage Examples

Méthodes publiques

Méthode Description
SequenceNode ( BehaviorTreeNode rParentNode, BehaviorTreeCondition rCondition = null ) : System.Collections

Méthodes protégées

Méthode Description
EvaluateInternal ( object rInput ) : bool
TransitionInternal ( object rInput ) : void
UpdateInternal ( object rInput, object rOutput ) : NodeRunningStatus

Method Details

EvaluateInternal() protected méthode

protected EvaluateInternal ( object rInput ) : bool
rInput object
Résultat bool

SequenceNode() public méthode

public SequenceNode ( BehaviorTreeNode rParentNode, BehaviorTreeCondition rCondition = null ) : System.Collections
rParentNode BehaviorTreeNode
rCondition BehaviorTreeCondition
Résultat System.Collections

TransitionInternal() protected méthode

protected TransitionInternal ( object rInput ) : void
rInput object
Résultat void

UpdateInternal() protected méthode

protected UpdateInternal ( object rInput, object rOutput ) : NodeRunningStatus
rInput object
rOutput object
Résultat NodeRunningStatus