Improve argument names for core types

This commit is contained in:
Aaron Franke
2020-12-07 03:16:31 -05:00
parent 73eb8d5a20
commit 5465e604bb
19 changed files with 173 additions and 171 deletions
+2 -2
View File
@@ -107,10 +107,10 @@
</return>
<argument index="0" name="xform" type="Transform2D">
</argument>
<argument index="1" name="t" type="float">
<argument index="1" name="weight" type="float">
</argument>
<description>
Returns a transform interpolated between this transform and another by a given weight (on the range of 0.0 to 1.0).
Returns a transform interpolated between this transform and another by a given [code]weight[/code] (on the range of 0.0 to 1.0).
</description>
</method>
<method name="inverse">