From 866e2b95dcedfdc85a2aabe1753af11132bc7f63 Mon Sep 17 00:00:00 2001 From: Aaron Franke Date: Sun, 29 Jan 2023 18:30:40 -0600 Subject: Remove deprecated AREA_PARAM_GRAVITY_POINT_ATTENUATION --- doc/classes/PhysicsServer2D.xml | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'doc/classes/PhysicsServer2D.xml') diff --git a/doc/classes/PhysicsServer2D.xml b/doc/classes/PhysicsServer2D.xml index f1316fa991..a9f0bb9301 100644 --- a/doc/classes/PhysicsServer2D.xml +++ b/doc/classes/PhysicsServer2D.xml @@ -987,22 +987,19 @@ Constant to set/get the falloff factor for point gravity of an area. The greater this value is, the faster the strength of gravity decreases with the square of distance. - - This constant was used to set/get the falloff factor for point gravity. It has been superseded by [constant AREA_PARAM_GRAVITY_DISTANCE_SCALE]. - - + Constant to set/get linear damping override mode in an area. See [enum AreaSpaceOverrideMode] for possible values. - + Constant to set/get the linear damping factor of an area. - + Constant to set/get angular damping override mode in an area. See [enum AreaSpaceOverrideMode] for possible values. - + Constant to set/get the angular damping factor of an area. - + Constant to set/get the priority (order of processing) of an area. -- cgit v1.2.3