-
Creator 版本: 2.4.2
-
目标平台: 小游戏真机
-
重现方式:
-
手机型号: 魅族17pro
-
编辑器操作系统: windows 10
-
重现概率: 100%
复现部分代码如下:
const texture = new cc.RenderTexture();
texture.initWithSize(this.node.width,this.node.height);
const spriteFrame = new cc.SpriteFrame();
spriteFrame.setTexture(texture);
this.sprite.spriteFrame = spriteFrame;
this.camera.targetTexture = texture;
控制第一人称角色(也是用camera实现)到地图边缘时,地图外部会出现花屏


