Add info about how gizmos affect transform notifications
(cherry picked from commit 72d1d7e948
)
This commit is contained in:
parent
dc2e568352
commit
708f690b50
|
@ -245,7 +245,7 @@
|
||||||
<argument index="0" name="enable" type="bool">
|
<argument index="0" name="enable" type="bool">
|
||||||
</argument>
|
</argument>
|
||||||
<description>
|
<description>
|
||||||
Sets whether the node notifies about its global and local transformation changes. [Spatial] will not propagate this by default.
|
Sets whether the node notifies about its global and local transformation changes. [Spatial] will not propagate this by default, unless it is in the editor context and it has a valid gizmo.
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="show">
|
<method name="show">
|
||||||
|
@ -337,7 +337,7 @@
|
||||||
<constants>
|
<constants>
|
||||||
<constant name="NOTIFICATION_TRANSFORM_CHANGED" value="2000">
|
<constant name="NOTIFICATION_TRANSFORM_CHANGED" value="2000">
|
||||||
Spatial nodes receives this notification when their global transform changes. This means that either the current or a parent node changed its transform.
|
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 [constant NOTIFICATION_TRANSFORM_CHANGED] to work, users first need to ask for it, with [method set_notify_transform].
|
In order for [constant NOTIFICATION_TRANSFORM_CHANGED] to work, users first need to ask for it, with [method set_notify_transform]. The notification is also sent if the node is in the editor context and it has a valid gizmo.
|
||||||
</constant>
|
</constant>
|
||||||
<constant name="NOTIFICATION_ENTER_WORLD" value="41">
|
<constant name="NOTIFICATION_ENTER_WORLD" value="41">
|
||||||
Spatial nodes receives this notification when they are registered to new [World] resource.
|
Spatial nodes receives this notification when they are registered to new [World] resource.
|
||||||
|
|
Loading…
Reference in New Issue