Вы не можете выбрать более 25 тем
Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
12345678910111213141516 |
- using System;
-
- namespace UnityEngine.AdaptivePerformance.Samsung.Android
- {
- /// <summary>
- /// Static constants for the Samsung Settings Provider.
- /// </summary>
- public static class SamsungAndroidProviderConstants
- {
- /// <summary>
- /// Key used to store and retrieve custom configuration settings from EditorBuildSettings.
- /// </summary>
- public const string k_SettingsKey = "com.unity.adaptiveperformance.samsung.android.provider_settings";
-
- }
- }
|