diff --git a/docs/components/collider.md b/docs/components/collider.md index 2e09ba7..57007bd 100644 --- a/docs/components/collider.md +++ b/docs/components/collider.md @@ -44,10 +44,21 @@ By passing the above properties, the collider will no longer be affected by the - **@intersection-enter**: When another collider starts to traverse the *sensor* - **@intersection-exit**: When another collider leave the *sensor* -I.e: +> ℹ️ Note that you can directly pass those properties to the **`RigidBody`** for **auto-colliders**. ```vue - + + + + + + ``` - + + > ::: info > You can access the [Collider](https://rapier.rs/docs/user_guides/javascript/colliders) instance