 | ReferenceTaskSetValue Method |
Sets the value for the parameter with the specified description.
Namespace: Slash.AI.BehaviorTrees.ImplementationsAssembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntaxpublic void SetValue(
TaskParameterDescription parameterDescription,
Object value
)
Public Sub SetValue (
parameterDescription As TaskParameterDescription,
value As Object
)
public:
void SetValue(
TaskParameterDescription^ parameterDescription,
Object^ value
)
member SetValue :
parameterDescription : TaskParameterDescription *
value : Object -> unit
Parameters
- parameterDescription
- Type: Slash.AI.BehaviorTrees.EditorTaskParameterDescription
Description of parameter to set value for. - value
- Type: SystemObject
New parameter value.
See Also