Unity UGUI InputField限制輸入特定內容。

例如:限制輸入框只能輸入1830,且順序不變,不然不能輸入。能夠利用如下代碼實現。(參考:https://blog.csdn.net/n_moling/article/details/93618903)this public static class InputFiledLimit { /// <summary> /// 輸入限制 /// </summary> //
相關文章
相關標籤/搜索