Exemple #1
0
    public void Set(Font _dynamicFont)
    {
        dynamicFont = _dynamicFont;
#if UNITY_EDITOR
        type = TypeForEditor.Dynamic;
#endif
    }
Exemple #2
0
    public void Set(exBitmapFont _bitmapFont)
    {
        bitmapFont = _bitmapFont;
#if UNITY_EDITOR
        type = TypeForEditor.Bitmap;
#endif
    }
Exemple #3
0
 public void Set(Font _dynamicFont)
 {
     dynamicFont = _dynamicFont;
     #if UNITY_EDITOR
     type = TypeForEditor.Dynamic;
     #endif
 }
Exemple #4
0
 public void Set(exBitmapFont _bitmapFont)
 {
     bitmapFont = _bitmapFont;
     #if UNITY_EDITOR
     type = TypeForEditor.Bitmap;
     #endif
 }