Improve Shape2D's `custom_solver_bias` description

(cherry picked from commit 373e3dffb4)
This commit is contained in:
Hugo Locurcio 2022-08-06 05:06:55 +02:00 committed by Rémi Verschelde
parent b779a2332b
commit 96d3b8d866
1 changed files with 2 additions and 1 deletions

View File

@ -69,7 +69,8 @@
</methods>
<members>
<member name="custom_solver_bias" type="float" setter="set_custom_solver_bias" getter="get_custom_solver_bias" default="0.0">
The shape's custom solver bias.
The shape's custom solver bias. Defines how much bodies react to enforce contact separation when this shape is involved.
When set to [code]0.0[/code], the default value of [code]0.3[/code] is used.
</member>
</members>
<constants>