 | TaskOutParameterTSetValue Method |
Sets the task parameter value.
Namespace: Slash.AI.BehaviorTrees.DataAssembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntaxpublic void SetValue(
IAgentData agentData,
T value
)
Public Sub SetValue (
agentData As IAgentData,
value As T
)
public:
void SetValue(
IAgentData^ agentData,
T value
)
member SetValue :
agentData : IAgentData *
value : 'T -> unit
Parameters
- agentData
- Type: Slash.AI.BehaviorTrees.InterfacesIAgentData
Agent data to set task parameter to. - value
- Type: T
Value of task parameter.
See Also