 | CompositeTTaskDataUpdateChild Method |
Updates the passed child. Does no index range checking.
Namespace: Slash.AI.BehaviorTrees.Implementations.CompositesAssembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntaxprotected ExecutionStatus UpdateChild(
int childIdx,
IAgentData agentData
)
Protected Function UpdateChild (
childIdx As Integer,
agentData As IAgentData
) As ExecutionStatus
protected:
ExecutionStatus UpdateChild(
int childIdx,
IAgentData^ agentData
)
member UpdateChild :
childIdx : int *
agentData : IAgentData -> ExecutionStatus
Parameters
- childIdx
- Type: SystemInt32
Child index. Has to be in correct range. - agentData
- Type: Slash.AI.BehaviorTrees.InterfacesIAgentData
Agent data.
Return Value
Type:
ExecutionStatus New execution status.
See Also