Files
stas-barecky/Library/PackageCache/com.unity.ugui@52e65280e89e/Editor/TMP/TMP_SerializedPropertyHolder.cs
2026-01-08 20:43:08 +05:00

16 lines
423 B
C#

using UnityEngine;
using UnityEngine.TextCore.LowLevel;
namespace TMPro
{
class TMP_SerializedPropertyHolder : ScriptableObject
{
public TMP_FontAsset fontAsset;
public uint firstCharacter;
public uint secondCharacter;
public GlyphPairAdjustmentRecord glyphPairAdjustmentRecord = new GlyphPairAdjustmentRecord(new GlyphAdjustmentRecord(), new GlyphAdjustmentRecord());
}
}