Click or drag to resize

VisualServerShaderGetCode Method

Returns a shader's code.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static string ShaderGetCode(
	RID shader
)

Parameters

shader
Type: GodotRID

[Missing <param name="shader"/> documentation for "M:Godot.VisualServer.ShaderGetCode(Godot.RID)"]

Return Value

Type: String

[Missing <returns> documentation for "M:Godot.VisualServer.ShaderGetCode(Godot.RID)"]

See Also