Click or drag to resize
ReferenceTaskGetValueOrDefault Method
Returns the stored parameter value or, if none is set, the default value.

Namespace: Slash.AI.BehaviorTrees.Implementations
Assembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntax
public Object GetValueOrDefault(
	TaskParameterDescription parameterDescription
)

Parameters

parameterDescription
Type: Slash.AI.BehaviorTrees.EditorTaskParameterDescription
Description of parameter to get value for.

Return Value

Type: Object
Parameter value or default one, if none was set before.
See Also