MIF_E31211846/Library/PackageCache/com.unity.ugui@2.0.0/Editor/TMP/TMP_SerializedPropertyHolde...

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());
}
}