Нет описания
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

SamsungAndroidProviderConstants.cs 498B

12345678910111213141516
  1. using System;
  2. namespace UnityEngine.AdaptivePerformance.Samsung.Android
  3. {
  4. /// <summary>
  5. /// Static constants for the Samsung Settings Provider.
  6. /// </summary>
  7. public static class SamsungAndroidProviderConstants
  8. {
  9. /// <summary>
  10. /// Key used to store and retrieve custom configuration settings from EditorBuildSettings.
  11. /// </summary>
  12. public const string k_SettingsKey = "com.unity.adaptiveperformance.samsung.android.provider_settings";
  13. }
  14. }