Click or drag to resize
ReferenceTaskSetValue Method
Sets the value for the parameter with the specified description.

Namespace: Slash.AI.BehaviorTrees.Implementations
Assembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntax
public void SetValue(
	TaskParameterDescription parameterDescription,
	Object value
)

Parameters

parameterDescription
Type: Slash.AI.BehaviorTrees.EditorTaskParameterDescription
Description of parameter to set value for.
value
Type: SystemObject
New parameter value.
See Also