summaryrefslogtreecommitdiff
path: root/doc/classes/Rect2i.xml
diff options
context:
space:
mode:
authorHugo Locurcio <hugo.locurcio@hugo.pro>2020-09-21 14:27:50 +0200
committerHugo Locurcio <hugo.locurcio@hugo.pro>2020-09-21 14:27:50 +0200
commite9eddb4f1f4a443d9fb46e76aecb6b262621f664 (patch)
tree7e07155dba68a85ef89d078bdc106f840e816ed2 /doc/classes/Rect2i.xml
parent80399781100796ea62184a2a908fc7fe23b27303 (diff)
Cross-reference AABB and Rect2 in the class reference
Diffstat (limited to 'doc/classes/Rect2i.xml')
-rw-r--r--doc/classes/Rect2i.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Rect2i.xml b/doc/classes/Rect2i.xml
index 2fdfe7c24b..809f385f6e 100644
--- a/doc/classes/Rect2i.xml
+++ b/doc/classes/Rect2i.xml
@@ -5,7 +5,7 @@
</brief_description>
<description>
[Rect2i] consists of a position, a size, and several utility functions. It is typically used for fast overlap tests.
- It uses integer coordinates.
+ It uses integer coordinates. If you need floating-point coordinates, use [Rect2] instead.
</description>
<tutorials>
<link title="Math tutorial index">https://docs.godotengine.org/en/latest/tutorials/math/index.html</link>