 | ReferenceTaskGetValueOrDefault Method |
Returns the stored parameter value or, if none is set, the default value.
Namespace: Slash.AI.BehaviorTrees.ImplementationsAssembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntaxpublic Object GetValueOrDefault(
TaskParameterDescription parameterDescription
)
Public Function GetValueOrDefault (
parameterDescription As TaskParameterDescription
) As Object
public:
Object^ GetValueOrDefault(
TaskParameterDescription^ parameterDescription
)
member GetValueOrDefault :
parameterDescription : TaskParameterDescription -> Object
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