From 8ee6264cc914fe1d007faf440fe4fda28b567cc6 Mon Sep 17 00:00:00 2001 From: Lily Garcia Date: Sat, 7 Jan 2023 22:34:28 -0500 Subject: Implement collision impulse in Godot Physics 3D --- doc/classes/PhysicsDirectBodyState3D.xml | 4 ++-- doc/classes/PhysicsDirectBodyState3DExtension.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/classes/PhysicsDirectBodyState3D.xml b/doc/classes/PhysicsDirectBodyState3D.xml index a809384642..edd219e66e 100644 --- a/doc/classes/PhysicsDirectBodyState3D.xml +++ b/doc/classes/PhysicsDirectBodyState3D.xml @@ -152,10 +152,10 @@ - + - Impulse created by the contact. Only implemented for Bullet physics. + Impulse created by the contact. diff --git a/doc/classes/PhysicsDirectBodyState3DExtension.xml b/doc/classes/PhysicsDirectBodyState3DExtension.xml index 4432f89b9d..35cf4d4dd5 100644 --- a/doc/classes/PhysicsDirectBodyState3DExtension.xml +++ b/doc/classes/PhysicsDirectBodyState3DExtension.xml @@ -131,7 +131,7 @@ - + -- cgit v1.2.3