TMPTextFormat.cs 254 B

12345678910111213141516
  1. #if FAIRYGUI_TMPRO
  2. namespace FairyGUI
  3. {
  4. /// <summary>
  5. ///
  6. /// </summary>
  7. public partial class TextFormat
  8. {
  9. public float faceDilate;
  10. public float outlineSoftness;
  11. public float underlaySoftness;
  12. }
  13. }
  14. #endif