mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03: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:
@@ -9,13 +9,18 @@
|
||||
Vector2
|
||||
=======
|
||||
|
||||
**Category:** Built-In Types
|
||||
|
||||
Brief Description
|
||||
-----------------
|
||||
|
||||
Vector used for 2D math.
|
||||
|
||||
Description
|
||||
-----------
|
||||
|
||||
2-element structure that can be used to represent positions in 2D space or any other pair of numeric values.
|
||||
|
||||
Tutorials
|
||||
---------
|
||||
|
||||
- :doc:`../tutorials/math/index`
|
||||
|
||||
Properties
|
||||
----------
|
||||
|
||||
@@ -137,16 +142,6 @@ Constants
|
||||
|
||||
- **DOWN** = **Vector2( 0, 1 )** --- Down unit vector.
|
||||
|
||||
Description
|
||||
-----------
|
||||
|
||||
2-element structure that can be used to represent positions in 2D space or any other pair of numeric values.
|
||||
|
||||
Tutorials
|
||||
---------
|
||||
|
||||
- :doc:`../tutorials/math/index`
|
||||
|
||||
Property Descriptions
|
||||
---------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user