Module avian3d::collision::collider

source ·
Expand description

Components, traits, and plugins related to collider functionality.

Structs§

Enums§

  • A component that will automatically generate a Collider at runtime using Collider::try_from_constructor. Enabling the collider-from-mesh feature activates support for computing the shape dynamically from the mesh attached to the same entity.
  • Controls how the voxelization determines which voxel needs to be considered empty, and which ones will be considered full.

Traits§

  • A trait that generalizes over colliders. Implementing this trait allows colliders to be used with the physics engine.
  • A trait for creating colliders from other types.
  • A trait for colliders that support scaling.