Click or drag to resize

VisualServerShaderGetParamList Method

Returns the parameters of a shader.

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

Parameters

shader
Type: GodotRID

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

Return Value

Type: Array

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

See Also