示例#1
0
    public static void SetIntegerNonAlloc(this TMPro.TMP_Text tmpro, int value)
    {
        var length = value.ToCharsNonAlloc(cacheChars);

        tmpro.SetCharArray(cacheChars, 0, length);
    }