summaryrefslogtreecommitdiffstats
path: root/doc/classes/AtlasTexture.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/classes/AtlasTexture.xml')
-rw-r--r--doc/classes/AtlasTexture.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/AtlasTexture.xml b/doc/classes/AtlasTexture.xml
index cea8e13f4c..45877f4003 100644
--- a/doc/classes/AtlasTexture.xml
+++ b/doc/classes/AtlasTexture.xml
@@ -21,7 +21,7 @@
The margin around the [member region]. Useful for small adjustments. If the [member Rect2.size] of this property ("w" and "h" in the editor) is set, the drawn texture is resized to fit within the margin.
</member>
<member name="region" type="Rect2" setter="set_region" getter="get_region" default="Rect2(0, 0, 0, 0)">
- The region used to draw the [member atlas].
+ The region used to draw the [member atlas]. If either dimension of the region's size is [code]0[/code], the value from [member atlas] size will be used for that axis instead.
</member>
<member name="resource_local_to_scene" type="bool" setter="set_local_to_scene" getter="is_local_to_scene" overrides="Resource" default="false" />
</members>