Type Definition rhusics_ecs::collide3d::CollisionShape3

source ·
pub type CollisionShape3<S, T, Y = ()> = CollisionShape<Primitive3<S>, T, Aabb3<S>, Y>;
Expand description

Collision shape for 3D, see CollisionShape for more information

Type parameters:

  • S: Scalar type (f32 or f64)
  • T: Transform
  • Y: Collider type, see Collider for more information