public static void UpdateSceneUnderstandingProgress() { SRWorkModule_API.GetSceneUnderstandingProgress(ref ScUndProcessingProgressBar); if (ScUndProcessingProgressBar == 100) { IsExportingSceneUnderstandingInfo = false; ViveSR_RigidReconstructionRenderer.EnableSector = ReconstructionSectorSetting; } }