归档: 2022/3

全屏覆盖点击效果穿透层实现

全屏覆盖点击效果穿透层实现123456789101112onLoad() { this.coverNode.on(cc.Node.EventType.TOUCH_END, this.onClickTouchEnd, this, true); this.coverNode._touchListener.setSwallowTouches(false);}onDest

全球同服方案

全球同服方案一、集中式架构 平均延迟200ms 最高延迟250ms 智能选路 多通道传输 全路径统计 集中部署在全球网络覆盖较好地区,如北美 二、混合式架构 美国登录集群(300ms) 大厅:北美南美大厅、欧洲中东大厅、亚太大厅(300ms) 区域战斗服:南美战斗服、北美、西欧、东欧中东、香港、大陆(150ms) 全球应用加速 全球CDN节点 全球安全节点:12大清洗中心、防护4T级别清洗

动态创建 cc.AnimationClip

动态创建 cc.AnimationClip12345678cc.resources.load(path, (err, clip: cc.AnimationClip) => { if (err) { return; } let anim = node.getComponent(cc.Animation); anim.addC