mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 17:28:58 +00:00
Sync classref with current source
Changes order of brief/long descriptions and removes category as per godotengine/godot#35132.
This commit is contained in:
+10
-15
@@ -9,13 +9,18 @@
|
||||
Rect2
|
||||
=====
|
||||
|
||||
**Category:** Built-In Types
|
||||
|
||||
Brief Description
|
||||
-----------------
|
||||
|
||||
2D axis-aligned bounding box.
|
||||
|
||||
Description
|
||||
-----------
|
||||
|
||||
Rect2 consists of a position, a size, and several utility functions. It is typically used for fast overlap tests.
|
||||
|
||||
Tutorials
|
||||
---------
|
||||
|
||||
- :doc:`../tutorials/math/index`
|
||||
|
||||
Properties
|
||||
----------
|
||||
|
||||
@@ -62,16 +67,6 @@ Methods
|
||||
| :ref:`Rect2<class_Rect2>` | :ref:`merge<class_Rect2_method_merge>` **(** :ref:`Rect2<class_Rect2>` b **)** |
|
||||
+---------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
|
||||
Description
|
||||
-----------
|
||||
|
||||
Rect2 consists of a position, a size, and several utility functions. It is typically used for fast overlap tests.
|
||||
|
||||
Tutorials
|
||||
---------
|
||||
|
||||
- :doc:`../tutorials/math/index`
|
||||
|
||||
Property Descriptions
|
||||
---------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user