From eedd389ac763943da4e57b9350151b98b3b2dd6d Mon Sep 17 00:00:00 2001 From: Dragos Daian Date: Tue, 3 Sep 2024 16:24:09 +0200 Subject: [PATCH] Update about-physics-engine.md --- docs/documentation/about-physics-engine.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/documentation/about-physics-engine.md b/docs/documentation/about-physics-engine.md index fc272e2..9b3eecc 100644 --- a/docs/documentation/about-physics-engine.md +++ b/docs/documentation/about-physics-engine.md @@ -55,6 +55,12 @@ The space holds data about: - **stateful data** about statistics, scheduled update lists and removed colliders. The scheduled lists contain things such as gravity updates for rigid bodies or callback updates or area monitor updates. The removed colliders use RID internally, and that one cannot be serialized. - handle that points to a **inner rapier space**. This is the internal data used by Rapier to simulate the space. +:::note + +The **inner rapier space** also contains the rigid bodies, joints and colliders. + +::: + ## RigidBody / Area / CharacterController The bodies hold data about: