Click or drag to resize
CheckBlackboardSetDecide Method
Decision function for a boolean condition.

Namespace: Slash.AI.BehaviorTrees.Implementations.Conditions
Assembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntax
protected override bool Decide(
	IAgentData agentData
)

Parameters

agentData
Type: Slash.AI.BehaviorTrees.InterfacesIAgentData
Agent data.

Return Value

Type: Boolean
Returns true if the condition is forfilled, else false.
See Also