 | DecoratorDeactivateChild Method |
Deactivates the child of the decorator.
Namespace: Slash.AI.BehaviorTrees.Implementations.DecoratorsAssembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntaxprotected void DeactivateChild(
IAgentData agentData
)
Protected Sub DeactivateChild (
agentData As IAgentData
)
protected:
void DeactivateChild(
IAgentData^ agentData
)
member DeactivateChild :
agentData : IAgentData -> unit
Parameters
- agentData
- Type: Slash.AI.BehaviorTrees.InterfacesIAgentData
Agent data.
See Also