Click or drag to resize

CanvasItemSetUseParentMaterial Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.CanvasItem.SetUseParentMaterial(System.Boolean)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetUseParentMaterial is deprecated. Use the UseParentMaterial property instead.")]
public void SetUseParentMaterial(
	bool enable
)

Parameters

enable
Type: SystemBoolean

[Missing <param name="enable"/> documentation for "M:Godot.CanvasItem.SetUseParentMaterial(System.Boolean)"]

See Also