Sync classref with current source

This commit is contained in:
Rémi Verschelde
2019-10-29 12:48:46 +01:00
parent bbc6682099
commit a72184300f
449 changed files with 14004 additions and 232 deletions

View File

@@ -68,6 +68,8 @@ Property Descriptions
Current frame to display from sprite sheet. :ref:`vframes<class_Sprite3D_property_vframes>` or :ref:`hframes<class_Sprite3D_property_hframes>` must be greater than 1.
----
.. _class_Sprite3D_property_frame_coords:
- :ref:`Vector2<class_Vector2>` **frame_coords**
@@ -82,6 +84,8 @@ Current frame to display from sprite sheet. :ref:`vframes<class_Sprite3D_propert
Coordinates of the frame to display from sprite sheet. This is as an alias for the :ref:`frame<class_Sprite3D_property_frame>` property. :ref:`vframes<class_Sprite3D_property_vframes>` or :ref:`hframes<class_Sprite3D_property_hframes>` must be greater than 1.
----
.. _class_Sprite3D_property_hframes:
- :ref:`int<class_int>` **hframes**
@@ -96,6 +100,8 @@ Coordinates of the frame to display from sprite sheet. This is as an alias for t
The number of columns in the sprite sheet.
----
.. _class_Sprite3D_property_region_enabled:
- :ref:`bool<class_bool>` **region_enabled**
@@ -110,6 +116,8 @@ The number of columns in the sprite sheet.
If ``true``, texture will be cut from a larger atlas texture. See :ref:`region_rect<class_Sprite3D_property_region_rect>`.
----
.. _class_Sprite3D_property_region_rect:
- :ref:`Rect2<class_Rect2>` **region_rect**
@@ -124,6 +132,8 @@ If ``true``, texture will be cut from a larger atlas texture. See :ref:`region_r
The region of the atlas texture to display. :ref:`region_enabled<class_Sprite3D_property_region_enabled>` must be ``true``.
----
.. _class_Sprite3D_property_texture:
- :ref:`Texture<class_Texture>` **texture**
@@ -136,6 +146,8 @@ The region of the atlas texture to display. :ref:`region_enabled<class_Sprite3D_
:ref:`Texture<class_Texture>` object to draw.
----
.. _class_Sprite3D_property_vframes:
- :ref:`int<class_int>` **vframes**