Click or drag to resize

VisualServerMaterialSetParam Method

Sets a material's parameter.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static void MaterialSetParam(
	RID material,
	string parameter,
	Object value
)

Parameters

material
Type: GodotRID

[Missing <param name="material"/> documentation for "M:Godot.VisualServer.MaterialSetParam(Godot.RID,System.String,System.Object)"]

parameter
Type: SystemString

[Missing <param name="parameter"/> documentation for "M:Godot.VisualServer.MaterialSetParam(Godot.RID,System.String,System.Object)"]

value
Type: SystemObject

[Missing <param name="value"/> documentation for "M:Godot.VisualServer.MaterialSetParam(Godot.RID,System.String,System.Object)"]

See Also