16 lines
254 B
C#
16 lines
254 B
C#
|
#if FAIRYGUI_TMPRO
|
||
|
|
||
|
namespace FairyGUI
|
||
|
{
|
||
|
/// <summary>
|
||
|
///
|
||
|
/// </summary>
|
||
|
public partial class TextFormat
|
||
|
{
|
||
|
public float faceDilate;
|
||
|
public float outlineSoftness;
|
||
|
public float underlaySoftness;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
#endif
|