You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The JavaScript user guide mentions the PhysicsHooks interface and functions, and how they work,
but it does not seem to mention where to supply the physics hooks (second parameter of World.step()).
The JavaScript user guide mentions the PhysicsHooks interface and functions, and how they work,
but it does not seem to mention where to supply the physics hooks (second parameter of
World.step()
).https://rapier.rs/docs/user_guides/javascript/advanced_collision_detection_js#physics-hooks
The other user guides mention this in the second paragraph under "Physics hooks":
https://rapier.rs/docs/user_guides/rust/advanced_collision_detection#physics-hooks
https://rapier.rs/docs/user_guides/bevy_plugin/advanced_collision_detection#physics-hooks
The text was updated successfully, but these errors were encountered: