Namespace Serenity.Localization.Infrastructure.Entities
Classes
UnityLocalizationAssetTable
Unity-specific implementation of ILocalizationTable for asset-based localization tables.
Wraps Unity's AssetTable to provide foundation integration for localizing assets like audio clips, sprites, and other resources.
UnityLocalizationStringTable
Unity-specific implementation of ILocalizationTable that wraps Unity's StringTable for localized text content.
This entity provides foundation-agnostic access to Unity's string localization tables through the domain interface.