コード例 #1
0
ファイル: SettingsHandler.cs プロジェクト: yumiris/OpenSauce
 /// <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));
		}