Skip to content

Commit 3b48b01

Browse files
committed
Merge pull request godotengine#114243 from leandro-benedet-garcia/owner-doc-update
Add Link to the Owner Tutorial
2 parents 444ebfe + 18a7231 commit 3b48b01

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

doc/classes/Node.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1055,6 +1055,7 @@
10551055
<member name="owner" type="Node" setter="set_owner" getter="get_owner">
10561056
The owner of this node. The owner must be an ancestor of this node. When packing the owner node in a [PackedScene], all the nodes it owns are also saved with it. See also [member unique_name_in_owner].
10571057
[b]Note:[/b] In the editor, nodes not owned by the scene root are usually not displayed in the Scene dock, and will [b]not[/b] be saved. To prevent this, remember to set the owner after calling [method add_child].
1058+
[b]Note:[/b] The owner needs to be the current scene root. See [url=$DOCS_URL/tutorials/plugins/running_code_in_the_editor.html#instancing-scenes]Instancing scenes[/url] in the documentation for more information.
10581059
</member>
10591060
<member name="physics_interpolation_mode" type="int" setter="set_physics_interpolation_mode" getter="get_physics_interpolation_mode" enum="Node.PhysicsInterpolationMode" default="0">
10601061
The physics interpolation mode to use for this node. Only effective if [member ProjectSettings.physics/common/physics_interpolation] or [member SceneTree.physics_interpolation] is [code]true[/code].

0 commit comments

Comments
 (0)