pub unsafe extern "C" fn PxScene_setVisualizationParameter_mut(
self_: *mut PxScene,
param: PxVisualizationParameter,
value: f32,
) -> boolExpand description
Function that lets you set debug visualization parameters.
Returns false if the value passed is out of range for usage specified by the enum.
Do not use this method while the simulation is running.
False if the parameter is out of range.