16 lines
254 B
C#
Raw Normal View History

2025-06-07 17:43:34 +08:00
#if FAIRYGUI_TMPRO
namespace FairyGUI
{
/// <summary>
///
/// </summary>
public partial class TextFormat
{
public float faceDilate;
public float outlineSoftness;
public float underlaySoftness;
}
}
#endif