protected void ParamsApplying(CustomTextMeshProParams customParams)
 {
     _labels.ForEach(a => a.fontSizeMax = customParams.FontAutoSizeMax);
 }
 protected virtual void Awake()
 {
     _defaultParams =
         new CustomTextMeshProParams("default", !_labels.IsNullOrEmpty() ? _labels[0].fontSizeMax : 0.0f);
 }