This commit is contained in:
2020-08-03 23:05:29 +08:00
parent f3ecc018ff
commit 9e8c6f080f
64 changed files with 325 additions and 261 deletions

View File

@@ -25,6 +25,7 @@ function CSPMsg.init(csObj)
---@type UIScrollView
objs.scrollView = objs.Content:GetComponent("UIScrollView")
objs.scrollView.dampenStrength = MyUtl.dampenStrength
---@type UITable
objs.Table = getCC(objs.scrollView.transform, "Table", "UITable")
objs.LoopGrid = getCC(objs.Table.transform, "msgList/Grid", "CLUILoopGrid")