Click or drag to resize

VisualShaderNodeColorConstantSetConstant Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.VisualShaderNodeColorConstant.SetConstant(Godot.Color)"]

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(
	Color value
)

Parameters

value
Type: GodotColor

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

See Also