Skip to content

Commit

Permalink
Improve Shape2D's custom_solver_bias description
Browse files Browse the repository at this point in the history
  • Loading branch information
Calinou committed Aug 7, 2022
1 parent ab7e256 commit 373e3df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/classes/Shape2D.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 373e3df

Please sign in to comment.