Files
LowPolyBattleSim/Library/PackageCache/com.unity.ugui@9496653a3df6/Editor/TMP/TMP_SerializedPropertyHolder.cs
Caleb Sandford deQuincey ecdd3e2a9e intial commit
2025-06-27 23:27:49 +01: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());
}
}