Click or drag to resize

VisualServerMaterialSetShader Method

Sets a shader material's shader.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static void MaterialSetShader(
	RID shaderMaterial,
	RID shader
)

Parameters

shaderMaterial
Type: GodotRID

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

shader
Type: GodotRID

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

See Also