Ejemplo n.º 1
0
 internal static void ReloadSettings()
 {
     if (s_Instance != null)
     {
         s_Instance.LoadSettings();
     }
     SceneView.RepaintAll();
 }