Files
CartoonFPS/Library/PackageCache/com.unity.ugui@a0f5d16b3c82/Editor/TMP/TMP_SerializedPropertyHolder.cs

16 lines
423 B
C#
Raw Normal View History

2025-08-05 09:30:40 +01:00
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());
}
}