[][src]Type Definition oxygengine_physics_2d::prelude::ncollide2d::pipeline::BroadPhaseObject

type BroadPhaseObject<N> = Box<dyn BroadPhase<N, AABB<N>, CollisionObjectSlabHandle> + 'static>;

Type of the broad phase trait-object used by the collision world.