Ejemplo n.º 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));
 }
Ejemplo n.º 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));
		}