Click or drag to resize

CanvasItemSetNotifyLocalTransform Method

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

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

Parameters

enable
Type: SystemBoolean

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

See Also