Click or drag to resize

VisualShaderNodeVec3ConstantSetConstant Method

Note: This API is now obsolete.

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

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

Parameters

value
Type: GodotVector3

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

See Also