android
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user