Click or drag to resize

VisualShaderNodeTransformConstantSetConstant Method

Note: This API is now obsolete.

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

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

Parameters

value
Type: GodotTransform

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

See Also