Enum PreloadAssetTableMetadata.PreloadBehaviour
The preload behavior to be applied to the AssetTable.
Namespace: UnityEngine.Localization.Metadata
Assembly: Unity.Localization.dll
Syntax
public enum PreloadAssetTableMetadata.PreloadBehaviour
Fields
Name | Description |
---|---|
NoPreload | Override that will stop any preloading on this table including entries that have PreloadAssetTableMetadata metadata. |
PreloadAll | Preload all assets in the table. |