From b91b8fce43ab9cb9f8c96f8c640acc801774b6b5 Mon Sep 17 00:00:00 2001 From: Rindbee Date: Sun, 14 Aug 2022 19:17:45 +0800 Subject: Improve the UX of ViewportTexture in the editor The associated `ViewportTexture`s will update the `viewport_path` in time when the `Viewport`'s nodepath is changed (caused by renaming the node names or moving in the SceneTree dock). If the target `Viewport` is changed by resetting the `viewport_path`, the `ViewportTexture`s will be re-setup and emit `changed` signal in time. (cherry picked from commit af58f1e8547c8b6a2e6b83b7de9c3ac9bc05d881) --- doc/classes/ViewportTexture.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'doc') diff --git a/doc/classes/ViewportTexture.xml b/doc/classes/ViewportTexture.xml index 8ecda45bd6..36390863cf 100644 --- a/doc/classes/ViewportTexture.xml +++ b/doc/classes/ViewportTexture.xml @@ -17,6 +17,7 @@ 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. -- cgit v1.2.3