Click or drag to resize

CanvasItemNotificationTransformChanged Field

The CanvasItem's transform has changed. This notification is only received if enabled by SetNotifyTransform(Boolean) or SetNotifyLocalTransform(Boolean).

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public const int NotificationTransformChanged = 2000

Field Value

Type: Int32
See Also