Click or drag to resize

VisualShaderNodeExpressionSetExpression Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.VisualShaderNodeExpression.SetExpression(System.String)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetExpression is deprecated. Use the Expression property instead.")]
public void SetExpression(
	string expression
)

Parameters

expression
Type: SystemString

[Missing <param name="expression"/> documentation for "M:Godot.VisualShaderNodeExpression.SetExpression(System.String)"]

See Also