Click or drag to resize

VisualShaderNodeScalarConstantSetConstant Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.VisualShaderNodeScalarConstant.SetConstant(System.Single)"]

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

Parameters

value
Type: SystemSingle

[Missing <param name="value"/> documentation for "M:Godot.VisualShaderNodeScalarConstant.SetConstant(System.Single)"]

See Also