Enum PreloadBehavior
Determines which tables, that have been marked as preload, will be loaded during the preloading step.
Namespace: UnityEngine.Localization.Settings
Assembly: Unity.Localization.dll
Syntax
public enum PreloadBehavior
Fields
Name | Description |
---|---|
NoPreloading | No preloading will be performed. |
PreloadAllLocales | Preloads tables for all Locale that are in AvailableLocales. |
PreloadSelectedLocale | Preloads tables for the SelectedLocale. |
PreloadSelectedLocaleAndFallbacks | Preloads tables for the SelectedLocale and all fallback Locale. |