Class LocalizedTextCoreFontAsset
Provides a LocalizedAsset<TObject> that you can use to localize a UnityEngine.TextCore.Text.FontAsset, the font asset type used by Unity's TextCore text pipeline, such as UI Toolkit text.
Inheritance
LocalizedTextCoreFontAsset
Implements
Inherited Members
Namespace: UnityEngine.Localization
Assembly: Unity.Localization.dll
Syntax
[Serializable]
public class LocalizedTextCoreFontAsset : LocalizedAsset<Text.FontAsset>, ISerializationCallbackReceiver