Skip to main content

create_circle_shape

Function create_circle_shape 

Source
pub fn create_circle_shape(
    world: &mut World,
    body_id: BodyId,
    def: &ShapeDef,
    circle: &Circle,
) -> ShapeId
Expand description

(b2CreateCircleShape)