From 64419a2ea180d7214e32cd4719db6ed95a34c079 Mon Sep 17 00:00:00 2001 From: Mel Collins Date: Sun, 17 Jun 2018 20:31:17 +0200 Subject: [PATCH] Add a little to ViewportTexture docs (cherry picked from commit b820056b3803871e46ae89e7dca12dc83276c01b) --- doc/classes/ViewportTexture.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/classes/ViewportTexture.xml b/doc/classes/ViewportTexture.xml index 9128a3e61c1..e84e31ba2d4 100644 --- a/doc/classes/ViewportTexture.xml +++ b/doc/classes/ViewportTexture.xml @@ -1,6 +1,7 @@ + Texture which displays the content of a [Viewport]. @@ -12,6 +13,7 @@ + The path to the [Viewport] node to display. This is relative to the scene root, not to the node which uses the texture.