From 7fa44784f82242862fef98f6302632438a3afc46 Mon Sep 17 00:00:00 2001 From: samdevelopscode Date: Wed, 26 Jul 2023 12:03:09 -0500 Subject: [PATCH] Add description for SoftBody3D linear_stiffness property (cherry picked from commit 7ca6e94c36300c217fd6ff43cd5220bc6ee393d8) --- doc/classes/SoftBody3D.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/classes/SoftBody3D.xml b/doc/classes/SoftBody3D.xml index ee390995a9d..c66b64f4bea 100644 --- a/doc/classes/SoftBody3D.xml +++ b/doc/classes/SoftBody3D.xml @@ -107,6 +107,7 @@ + Higher values will result in a stiffer body, while lower values will increase the body's ability to bend. The value can be between [code]0.0[/code] and [code]1.0[/code] (inclusive). [NodePath] to a [CollisionObject3D] this SoftBody3D should avoid clipping.