Click or drag to resize

ShaderMaterialGetShaderParam Method

Returns the current value set for this material of a uniform in the shader.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Object GetShaderParam(
	string param
)

Parameters

param
Type: SystemString

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

Return Value

Type: Object

[Missing <returns> documentation for "M:Godot.ShaderMaterial.GetShaderParam(System.String)"]

See Also