API ReferenceCameraPipelineModuleonBeforeRun()On this pageonBeforeRun() onBeforeRun: ({ config }) Description​ onBeforeRun is called immediately after XR8.run(). If any promises are returned, XR will wait on all promises before continuing. Parameters​ ParameterDescriptionconfigThe configuration parameters that were passed to XR8.run().