Sync classref with current source

This commit is contained in:
Rémi Verschelde
2019-05-28 18:41:24 +02:00
parent 41a5c48995
commit cedcbd1c5c
97 changed files with 1548 additions and 668 deletions

View File

@@ -132,19 +132,19 @@ Method Descriptions
- :ref:`int<class_int>` **get_height** **(** **)** const
Return the texture height.
Returns the texture height.
.. _class_Texture_method_get_size:
- :ref:`Vector2<class_Vector2>` **get_size** **(** **)** const
Return the texture size.
Returns the texture size.
.. _class_Texture_method_get_width:
- :ref:`int<class_int>` **get_width** **(** **)** const
Return the texture width.
Returns the texture width.
.. _class_Texture_method_has_alpha: