Click or drag to resize

VisualServerCanvasItemSetUseParentMaterial Method

Sets if the CanvasItem uses its parent's material.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static void CanvasItemSetUseParentMaterial(
	RID item,
	bool enabled
)

Parameters

item
Type: GodotRID

[Missing <param name="item"/> documentation for "M:Godot.VisualServer.CanvasItemSetUseParentMaterial(Godot.RID,System.Boolean)"]

enabled
Type: SystemBoolean

[Missing <param name="enabled"/> documentation for "M:Godot.VisualServer.CanvasItemSetUseParentMaterial(Godot.RID,System.Boolean)"]

See Also