From c68a34d6bf42ff2fbff2e7d9101e0083f3a77217 Mon Sep 17 00:00:00 2001 From: Chris Bradfield Date: Sat, 9 Sep 2017 11:17:37 -0700 Subject: Update TextureRect class ref --- doc/base/classes.xml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/base/classes.xml b/doc/base/classes.xml index 96d515de5e..0a35f4bd91 100644 --- a/doc/base/classes.xml +++ b/doc/base/classes.xml @@ -51490,10 +51490,10 @@ - Control Frame that draws a texture. + Control that draws a texture. - Control frame that simply draws an assigned texture. It can stretch or not. It's a simple way to just show an image in a UI. + Control that draws a texture. @@ -51541,10 +51541,13 @@ + If [code]true[/code] texture will expand to fit. Default value: [code]false[/code]. + Stretch mode of the texture. Use STRETCH_* constants as value. + The [Texture] resource for the node. -- cgit v1.2.3