[][src]Function physx_sys::PxVehicleTelemetryData_setup_mut

pub unsafe extern "C" fn PxVehicleTelemetryData_setup_mut(
    self_: *mut PxVehicleTelemetryData,
    graphSizeX: f32,
    graphSizeY: f32,
    engineGraphPosX: f32,
    engineGraphPosY: f32,
    wheelGraphPosX: *const f32,
    wheelGraphPosY: *const f32,
    backGroundColor: *const PxVec3,
    lineColorHigh: *const PxVec3,
    lineColorLow: *const PxVec3
)