Unify similar method descriptions

Notably:

* `Packed*Array.size()` and `Array.size()`.
* Shared methods of `Transform2D` and `Transform3D`.
* Shared methods of `Vector2`, `Vector3`, and `Vector2i`.

This reduces the Deja Vu when translating the class reference :)
This commit is contained in:
Haoyu Qiu
2022-01-06 18:37:08 +08:00
parent 8e2398207c
commit 3d08becd06
14 changed files with 26 additions and 27 deletions

View File

@ -127,7 +127,7 @@
<method name="size" qualifiers="const">
<return type="int" />
<description>
Returns the array size.
Returns the number of elements in the array.
</description>
</method>
<method name="slice" qualifiers="const">