Click or drag to resize

CanvasItemSetNotifyTransform Method

If enable is true, children will be updated with global transform data.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void SetNotifyTransform(
	bool enable
)

Parameters

enable
Type: SystemBoolean

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

See Also