From f8f665b03e2c2b2a10ffcaf815c511cd31a70887 Mon Sep 17 00:00:00 2001 From: Marlin Watts-Woods Date: Mon, 8 Aug 2022 21:08:26 -0700 Subject: [PATCH] Added to Sprite3D Documentation --- doc/classes/Sprite3D.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/Sprite3D.xml b/doc/classes/Sprite3D.xml index 22437027c55..956e6467027 100644 --- a/doc/classes/Sprite3D.xml +++ b/doc/classes/Sprite3D.xml @@ -24,7 +24,7 @@ The region of the atlas texture to display. [member region_enabled] must be [code]true[/code]. - [Texture2D] object to draw. + [Texture2D] object to draw. If [member GeometryInstance3D.material_override] is used, this will be overridden. The size information is still used. The number of rows in the sprite sheet.