Sync classref with 3.0 branch

This commit is contained in:
Rémi Verschelde
2018-04-10 10:44:10 +02:00
parent 299ec58d25
commit 430c21c6f6
84 changed files with 622 additions and 1712 deletions

View File

@@ -16,13 +16,6 @@ Brief Description
General purpose Sprite node.
Member Functions
----------------
+----------------------------+----------------------------------------------------------+
| :ref:`Rect2<class_rect2>` | :ref:`get_rect<class_Sprite_get_rect>` **(** **)** const |
+----------------------------+----------------------------------------------------------+
Signals
-------
@@ -96,13 +89,3 @@ Description
A node that displays a 2D texture. The texture displayed can be a region from a larger atlas texture, or a frame from a sprite sheet animation.
Member Function Description
---------------------------
.. _class_Sprite_get_rect:
- :ref:`Rect2<class_rect2>` **get_rect** **(** **)** const
Returns a Rect2 representing the Sprite's boundary relative to its local coordinates.