mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Sync classref with current source
This commit is contained in:
@@ -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
|
||||
-------------------
|
||||
|
||||
Reference in New Issue
Block a user