Click or drag to resize

ShaderGetCode Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.Shader.GetCode"]

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

Return Value

Type: String

[Missing <returns> documentation for "M:Godot.Shader.GetCode"]

See Also