Sync classref with current source

This commit is contained in:
Rémi Verschelde
2018-02-19 10:48:33 +01:00
parent 79be38fb20
commit df578c300d
68 changed files with 1785 additions and 169 deletions

View File

@@ -34,6 +34,8 @@ Member Functions
+----------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| :ref:`int<class_int>` | :ref:`get_surface_count<class_ArrayMesh_get_surface_count>` **(** **)** const |
+----------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| :ref:`int<class_int>` | :ref:`lightmap_unwrap<class_ArrayMesh_lightmap_unwrap>` **(** :ref:`Transform<class_transform>` arg0, :ref:`float<class_float>` arg1 **)** |
+----------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| void | :ref:`regen_normalmaps<class_ArrayMesh_regen_normalmaps>` **(** **)** |
+----------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| :ref:`int<class_int>` | :ref:`surface_get_array_index_len<class_ArrayMesh_surface_get_array_index_len>` **(** :ref:`int<class_int>` surf_idx **)** const |
@@ -149,6 +151,10 @@ Surfaces are created to be rendered using a "primitive", which may be PRIMITIVE_
Return the amount of surfaces that the ``ArrayMesh`` holds.
.. _class_ArrayMesh_lightmap_unwrap:
- :ref:`int<class_int>` **lightmap_unwrap** **(** :ref:`Transform<class_transform>` arg0, :ref:`float<class_float>` arg1 **)**
.. _class_ArrayMesh_regen_normalmaps:
- void **regen_normalmaps** **(** **)**