Click or drag to resize

ShaderSetCode Method

Note: This API is now obsolete.

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

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

Parameters

code
Type: SystemString

[Missing <param name="code"/> documentation for "M:Godot.Shader.SetCode(System.String)"]

See Also