diff options
Diffstat (limited to 'doc/classes/SoftBody.xml')
-rw-r--r-- | doc/classes/SoftBody.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/SoftBody.xml b/doc/classes/SoftBody.xml index e4a5087db5..93f02c0e01 100644 --- a/doc/classes/SoftBody.xml +++ b/doc/classes/SoftBody.xml @@ -78,7 +78,7 @@ </methods> <members> <member name="ray_pickable" type="bool" setter="set_ray_pickable" getter="is_ray_pickable" default="false"> - If true, the [SoftBody] will respond to [RayCast]s. + If [code]true[/code], the [SoftBody] will respond to [RayCast]s. </member> <member name="areaAngular_stiffness" type="float" setter="set_areaAngular_stiffness" getter="get_areaAngular_stiffness" default="0.5"> </member> |