classref: Sync with current source

[ci skip]
This commit is contained in:
Rémi Verschelde
2017-11-13 09:24:36 +01:00
parent dc4be4350a
commit 2fce0010f0
22 changed files with 377 additions and 125 deletions

View File

@ -73,6 +73,12 @@
Return the rotation in radians of the texture polygon.
</description>
</method>
<method name="get_texture_rotation_degrees" qualifiers="const">
<return type="float">
</return>
<description>
</description>
</method>
<method name="get_texture_scale" qualifiers="const">
<return type="Vector2">
</return>
@ -173,6 +179,14 @@
Set the amount of rotation of the polygon texture, [code]texture_rotation[/code] is specified in radians and clockwise rotation.
</description>
</method>
<method name="set_texture_rotation_degrees">
<return type="void">
</return>
<argument index="0" name="texture_rotation" type="float">
</argument>
<description>
</description>
</method>
<method name="set_texture_scale">
<return type="void">
</return>