Net-Game/Library/PackageCache/com.unity.ugui@22ebcc83720a/Editor/TMP/TMP_SerializedPropertyHolder.cs
2025-03-28 08:33:16 -04: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());
}
}