return { summary = 'A box Shape.', description = 'A type of `Shape` that can be used for cubes or boxes.', extends = 'Shape', constructors = { 'lovr.physics.newBoxShape', 'World:newBoxCollider' } }