Unify similar method descriptions

Notably:

* `Pool*Array.size()` and `Array.size()`.
* Shared methods of `Transform2D` and `Transform`.
* Shared methods of `Vector2` and `Vector3`.

This reduces the Deja Vu when translating the class reference :)
This commit is contained in:
Haoyu Qiu
2022-01-06 18:46:25 +08:00
parent cf76e1e001
commit df527b37d5
11 changed files with 22 additions and 23 deletions

View File

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