 | CheckBlackboardBooleanDecide Method |
Decision function for a boolean condition.
Namespace: Slash.AI.BehaviorTrees.Implementations.ConditionsAssembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntaxprotected override bool Decide(
IAgentData agentData
)
Protected Overrides Function Decide (
agentData As IAgentData
) As Boolean
protected:
virtual bool Decide(
IAgentData^ agentData
) override
abstract Decide :
agentData : IAgentData -> bool
override Decide :
agentData : IAgentData -> bool
Parameters
- agentData
- Type: Slash.AI.BehaviorTrees.InterfacesIAgentData
Agent data.
Return Value
Type:
Boolean Returns true if the condition is forfilled, else false.
See Also