Click or drag to resize
CompositeTTaskDataDelegateDecideToChildren Method
Computes the relevancy for the decide method by taking the maximum relevancy of all children.

Namespace: Slash.AI.BehaviorTrees.Implementations.Composites
Assembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntax
protected float DelegateDecideToChildren(
	IAgentData agentData,
	ref IDecisionData decisionData
)

Parameters

agentData
Type: Slash.AI.BehaviorTrees.InterfacesIAgentData
Agent data.
decisionData
Type: Slash.AI.BehaviorTrees.InterfacesIDecisionData
Decision data.

Return Value

Type: Single
Maximum relevancy of the children.
See Also