摘要: .gameObject:SetActive 阅读全文
posted @ 2020-10-19 16:30 流星曳尾 阅读(259) 评论(0) 推荐(0) 编辑
摘要: .gameObject.activeSelf 阅读全文
posted @ 2020-10-19 16:11 流星曳尾 阅读(562) 评论(0) 推荐(0) 编辑
摘要: 例子: tab = {[2] = "aaa",[10] = "bbb"}for k,v in pairs(tab) do print(type(k)) print(k..","..v)end --[[ number2,aaanumber10,bbb --]] 阅读全文
posted @ 2020-10-19 16:07 流星曳尾 阅读(115) 评论(0) 推荐(0) 编辑
摘要: rt 阅读全文
posted @ 2020-10-19 10:12 流星曳尾 阅读(96) 评论(0) 推荐(0) 编辑