Click or drag to resize

SpatialNotificationTransformChanged Field

Spatial nodes receives this notification when their global transform changes. This means that either the current or a parent node changed its transform.

In order for to work, users first need to ask for it, with SetNotifyTransform(Boolean). The notification is also sent if the node is in the editor context and it has a valid gizmo.

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

Field Value

Type: Int32
See Also