Skip to main content

shape_set_circle

Function shape_set_circle 

Source
pub fn shape_set_circle(world: &mut World, shape_id: ShapeId, circle: &Circle)
Expand description

Allows you to change a shape to be a circle or update the current circle. (b2Shape_SetCircle)