rapier.rs icon indicating copy to clipboard operation
rapier.rs copied to clipboard

Document `AsyncCollider` and `AsyncSceneCollider` for Bevy plugin

Open Jondolf opened this issue 1 year ago • 0 comments

AsyncCollider and AsyncSceneCollider are pretty commonly needed by users of the Bevy plugin, but they are not mentioned in the usage docs and don't have any code examples in the docs.rs docs, which makes them difficult to discover.

The components should be documented on the Colliders page along with a code example. (They should also have a docs.rs code example on the bevy_rapier side and an example in the bevy_rapier repository)

Jondolf avatar Mar 17 '24 17:03 Jondolf