Click or drag to resize

JSONParseResultSetResult Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.JSONParseResult.SetResult(System.Object)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetResult is deprecated. Use the Result property instead.")]
public void SetResult(
	Object result
)

Parameters

result
Type: SystemObject

[Missing <param name="result"/> documentation for "M:Godot.JSONParseResult.SetResult(System.Object)"]

See Also