Skip to main content

b3Body_SetName

Function b3Body_SetName 

Source
pub unsafe extern "C" fn b3Body_SetName(
    bodyId: b3BodyId,
    name: *const c_char,
)
Expand description

Set the body name. Up to B3_BODY_NAME_LENGTH characters including null termination.