mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Enable sorting of operator methods in class documentation.
This commit is contained in:
@@ -224,13 +224,6 @@
|
||||
Transforms (multiplies) each element of the [Vector2] array by the given [Transform2D] matrix.
|
||||
</description>
|
||||
</operator>
|
||||
<operator name="operator *">
|
||||
<return type="Transform2D" />
|
||||
<argument index="0" name="right" type="Transform2D" />
|
||||
<description>
|
||||
Composes these two transformation matrices by multiplying them together. This has the effect of transforming the second transform (the child) by the first transform (the parent).
|
||||
</description>
|
||||
</operator>
|
||||
<operator name="operator *">
|
||||
<return type="Rect2" />
|
||||
<argument index="0" name="right" type="Rect2" />
|
||||
@@ -238,6 +231,13 @@
|
||||
Transforms (multiplies) the [Rect2] by the given [Transform2D] matrix.
|
||||
</description>
|
||||
</operator>
|
||||
<operator name="operator *">
|
||||
<return type="Transform2D" />
|
||||
<argument index="0" name="right" type="Transform2D" />
|
||||
<description>
|
||||
Composes these two transformation matrices by multiplying them together. This has the effect of transforming the second transform (the child) by the first transform (the parent).
|
||||
</description>
|
||||
</operator>
|
||||
<operator name="operator *">
|
||||
<return type="Vector2" />
|
||||
<argument index="0" name="right" type="Vector2" />
|
||||
|
||||
Reference in New Issue
Block a user