[LayaAir3]layaair3.1.3 2d cacheAs 不起着用?

        let textBox = new Sprite();
   
        
        this.owner.addChild(textBox);
        // 随机摆放文本
        let text;
        for (let i = 0; i < 1000; i++) {
            text = new Text();
           
            textBox.addChild(text);
            text.fontSize = 20;
            text.text = (Math.random() * 100).toFixed(0);
            text.rotation = Math.random() * 360;
            text.color = "#ccc"; 
            text.x = Math.random() * this.pageWidth;
            text.y = Math.random() * this.pageHeight;
        }
        //缓存为静态图像
        textBox.cacheAs = "normal";
 
 
2024-05-08_12-17-36.jpg
已邀请:

layaAir小孟

赞同来自:

您好,cacheAs起作用看的是第一个参数,
 
不开启cacheAs的效果:
1.png

2.png

 
 
开启cacheAs的效果:
3.png

4.png

 

该问题目前已经被锁定, 无法添加新回复

商务合作
商务合作