Click or drag to resize

VisualServerImmediateSetMaterial Method

Sets the material to be used to draw the ImmediateGeometry.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static void ImmediateSetMaterial(
	RID immediate,
	RID material
)

Parameters

immediate
Type: GodotRID

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

material
Type: GodotRID

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

See Also