Sync classref with current source

This commit is contained in:
Rémi Verschelde
2020-01-20 12:31:57 +01:00
parent 445a5dc1a6
commit 0ac1767a3f
33 changed files with 286 additions and 94 deletions
+7
View File
@@ -36,6 +36,11 @@ The ``ArrayMesh`` is used to construct a :ref:`Mesh<class_Mesh>` by specifying t
The ``MeshInstance`` is ready to be added to the SceneTree to be shown.
Tutorials
---------
- :doc:`../tutorials/content/procedural_geometry/arraymesh`
Properties
----------
@@ -199,6 +204,8 @@ Property Descriptions
| *Getter* | get_blend_shape_mode() |
+-----------+-----------------------------+
Sets the blend shape mode to one of :ref:`BlendShapeMode<enum_Mesh_BlendShapeMode>`.
----
.. _class_ArrayMesh_property_custom_aabb: