Function rhusics::collide3d::world_register [] [src]

pub fn world_register<'a, T>(world: &mut World) where
    T: Transform<Point3<f32>> + Component + Send + Sync + 'static, 

Utility method for registering 3D components and resources with specs::World.

Parameters

  • world: The world to register components/resources in.

Type parameters