Sync classref with current source

This commit is contained in:
Rémi Verschelde
2019-07-02 14:03:23 +02:00
parent 5402f28f59
commit a203daa272
397 changed files with 21934 additions and 16529 deletions

View File

@@ -21,9 +21,9 @@ Base class for all 2D shapes.
Properties
----------
+---------------------------+----------------------------------------------------------------------+
| :ref:`float<class_float>` | :ref:`custom_solver_bias<class_Shape2D_property_custom_solver_bias>` |
+---------------------------+----------------------------------------------------------------------+
+---------------------------+----------------------------------------------------------------------+-----+
| :ref:`float<class_float>` | :ref:`custom_solver_bias<class_Shape2D_property_custom_solver_bias>` | 0.0 |
+---------------------------+----------------------------------------------------------------------+-----+
Methods
-------
@@ -55,11 +55,13 @@ Property Descriptions
- :ref:`float<class_float>` **custom_solver_bias**
+----------+-------------------------------+
| *Setter* | set_custom_solver_bias(value) |
+----------+-------------------------------+
| *Getter* | get_custom_solver_bias() |
+----------+-------------------------------+
+-----------+-------------------------------+
| *Default* | 0.0 |
+-----------+-------------------------------+
| *Setter* | set_custom_solver_bias(value) |
+-----------+-------------------------------+
| *Getter* | get_custom_solver_bias() |
+-----------+-------------------------------+
Method Descriptions
-------------------