Type Definition steam_audio::ffi::IPLProbePlacementProgressCallback [] [src]

type IPLProbePlacementProgressCallback = Option<unsafe extern "C" fn(_: IPLfloat32)>;

A callback that is called to update the application on the progress of the \c ::iplCreateProbeBox function. You can use this to provide visual feedback to the user, like a progress bar.

\param progress Fraction of the probe generation process that has been completed, between 0.0 and 1.0.