Click or drag to resize

CanvasItemSetMaterial Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.CanvasItem.SetMaterial(Godot.Material)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetMaterial is deprecated. Use the Material property instead.")]
public void SetMaterial(
	Material material
)

Parameters

material
Type: GodotMaterial

[Missing <param name="material"/> documentation for "M:Godot.CanvasItem.SetMaterial(Godot.Material)"]

See Also