From cfa06f0f76c7ab5f77d5f3bb876132e3aa2cac5e Mon Sep 17 00:00:00 2001 From: rafallus Date: Tue, 30 Mar 2021 00:22:23 -0600 Subject: Unexpose _direct_state_changed in PhysicsBody Removed _direct_state_changed bindings Affects 2D and 3D nodes Callbacks now use Callable Tests were changed accordingly --- doc/classes/PhysicsServer2D.xml | 6 ++---- doc/classes/PhysicsServer3D.xml | 6 ++---- 2 files changed, 4 insertions(+), 8 deletions(-) (limited to 'doc/classes') diff --git a/doc/classes/PhysicsServer2D.xml b/doc/classes/PhysicsServer2D.xml index 701a430538..229facd08b 100644 --- a/doc/classes/PhysicsServer2D.xml +++ b/doc/classes/PhysicsServer2D.xml @@ -659,11 +659,9 @@ - - - + - + Sets the function used to calculate physics for an object, if that object allows it (see [method body_set_omit_force_integration]). diff --git a/doc/classes/PhysicsServer3D.xml b/doc/classes/PhysicsServer3D.xml index c61347ba0b..46de9e5282 100644 --- a/doc/classes/PhysicsServer3D.xml +++ b/doc/classes/PhysicsServer3D.xml @@ -653,11 +653,9 @@ - - - + - + Sets the function used to calculate physics for an object, if that object allows it (see [method body_set_omit_force_integration]). -- cgit v1.2.3