예제 #1
0
 /// <summary>	Gets the lightmap importer settings from the global settings manager. </summary>
 public static void GetSettings()
 {
     LightmapImporter = (LightmapImporterSettings)SettingsManager.GetSettings("OpenSauceIDE.LightmapImporter", typeof(LightmapImporterSettings));
 }
예제 #2
0
		/// <summary>	Gets the lightmap importer settings from the global settings manager. </summary>
		public static void GetSettings()
		{
			LightmapImporter = (LightmapImporterSettings)SettingsManager.GetSettings("OpenSauceIDE.LightmapImporter", typeof(LightmapImporterSettings));
		}