summaryrefslogtreecommitdiff
path: root/doc/classes/ViewportTexture.xml
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2023-05-19 08:40:25 +0200
committerGitHub <noreply@github.com>2023-05-19 08:40:25 +0200
commit138882742a95366c833b54035ad58a5764856ffa (patch)
treec8b4e6735ad51daf8c5804463be83ced3700b081 /doc/classes/ViewportTexture.xml
parent60e8a06d4eec393d0a2fc277bd66f080f55333b6 (diff)
parent5fe254e8f681f400f2ebab187486998f499387f9 (diff)
Merge pull request #77202 from YuriSizov/4.0-cherrypicks
Cherry-picks for the 4.0 branch (future 4.0.3) - 5th batch
Diffstat (limited to 'doc/classes/ViewportTexture.xml')
-rw-r--r--doc/classes/ViewportTexture.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/classes/ViewportTexture.xml b/doc/classes/ViewportTexture.xml
index 36390863cf..8ecda45bd6 100644
--- a/doc/classes/ViewportTexture.xml
+++ b/doc/classes/ViewportTexture.xml
@@ -17,7 +17,6 @@
<members>
<member name="viewport_path" type="NodePath" setter="set_viewport_path_in_scene" getter="get_viewport_path_in_scene" default="NodePath(&quot;&quot;)">
The path to the [Viewport] node to display. This is relative to the scene root, not to the node which uses the texture.
- [b]Note:[/b] In the editor, it is automatically updated when the target viewport's node path changes due to renaming or moving the viewport or its ancestors. At runtime, it may not be able to automatically update due to the inability to determine the scene root.
</member>
</members>
</class>