Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
この display.newText パラメータの 16*2 は何を意味しますか? ありがとう。
local display_txt=display.newText("Wait",0,0,native.SystemFont,16*2)
display.newTextの最後の引数はサイズです。この場合、プログラマーは32のサイズを設定していますが、何らかの理由で16*2として表現することを選択しました。