Example #1
0
    public static void Format <T0, T1, T2>(this TMPro.TextMeshProUGUI me, string format, T0 arg0, T1 arg1, T2 arg2)
    {
        int l = StringFormatter.Write(ref buf, 0, format, arg0, arg1, arg2);

        me.Set(buf, l);
    }