Click or drag to resize

VisualScriptConstantSetConstantValue Method

Note: This API is now obsolete.

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

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

Parameters

value
Type: SystemObject

[Missing <param name="value"/> documentation for "M:Godot.VisualScriptConstant.SetConstantValue(System.Object)"]

See Also