- 博客(2)
- 资源 (1)
- 收藏
- 关注
转载 Cocos2dx ImageView设置尺寸无效
对控件ImageView执行setContentSize发现不起作用,解决: imageView->ignoreContentAdaptWithSize(false) ; 转自:https://www.jianshu.com/p/de5a2ca381f0
2021-01-07 17:45:43
667
原创 cocos2dx ImageView 设置点击事件
local image = ccui.ImageView:create("app/images/game/101.png",0) self:addChild(image) image:setTouchEnabled(true) // 开启触摸才能触发监听事件 image:addClickEventListener(function() print("clicked") end) ...
2021-01-05 16:17:49
658
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人