doc: Sync classref with current source

This commit is contained in:
Rémi Verschelde
2019-04-24 07:49:38 +02:00
parent 6cf7cfa081
commit ea56d18256
3 changed files with 14 additions and 14 deletions

View File

@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8" ?>
<class name="MeshTexture" inherits="Texture" category="Core" version="3.2">
<brief_description>
Simple texture that uses a mesh to draw itself.
Simple texture that uses a mesh to draw itself.
</brief_description>
<description>
Simple texture that uses a mesh to draw itself. It's limited because flags can't be changed and region drawing is not supported.
Simple texture that uses a mesh to draw itself. It's limited because flags can't be changed and region drawing is not supported.
</description>
<tutorials>
</tutorials>
@ -12,13 +12,13 @@
</methods>
<members>
<member name="base_texture" type="Texture" setter="set_base_texture" getter="get_base_texture">
Set the base texture that the Mesh will use to draw.
Set the base texture that the Mesh will use to draw.
</member>
<member name="image_size" type="Vector2" setter="set_image_size" getter="get_image_size">
Set the size of the image, needed for reference.
Set the size of the image, needed for reference.
</member>
<member name="mesh" type="Mesh" setter="set_mesh" getter="get_mesh">
Set the mesh used to draw. It must be a mesh using 2D vertices.
Set the mesh used to draw. It must be a mesh using 2D vertices.
</member>
</members>
<constants>