 | TaskParameterDescriptionCreateDefaultValue Method |
Creates a default value of this task parameter.
Namespace: Slash.AI.BehaviorTrees.EditorAssembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntaxpublic Object CreateDefaultValue()
Public Function CreateDefaultValue As Object
public:
Object^ CreateDefaultValue()
member CreateDefaultValue : unit -> Object
Return Value
Type:
Object Created default value.
See Also