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

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

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

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