大约有 181 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0038 秒)
对staticCache的疑问 假设我给对象A设置staticCache为true(定义此时的A为状态a),那么是不是只要不调用reCache方法或者设置staticCache为false,A就永远只是数据层变化,而呈现出来的永远是状态a 2017-11-20 添加评论 免费帖 --> 分享 微博...
来源: Laya_社区 发布时间: 20171120
...itmap,RenderSprite里面,到_canvas_repaint方法后,if (_cacheStyle.staticCache) 这一段注释掉,每次都把reCache=false可以减缓闪烁的频率...还会闪。 c416288806 • 2022-03-25 12:12 @Laya_Yan:@c416288806:@Laya_Yan:if (_cacheStyle.staticCache) 判断去掉 _canvas_repaint...
来源: Laya_社区 发布时间: 20220319
...几类 显示相关属性:alpha、visible 缓存相关属性:cacheAs、staticCache 鼠标操作相关属性:disabled、gray、htTestPrior、mouseEnabled、mouseThrough label相关属性:labelAlign、labelColors、labelBold、labelFont、labelPadding、labelSize、labelStroke、labelStrokeCol...
来源: Laya2.0_文档 发布时间: 20210714
...几类 显示相关属性:alpha、visible 缓存相关属性:cacheAs、staticCache 鼠标操作相关属性:disabled、gray、htTestPrior、mouseEnabled、mouseThrough label相关属性:labelAlign、labelColors、labelBold、labelFont、labelPadding、labelSize、labelStroke、labelStrokeCol...
来源: Laya2.0_文档 发布时间: 20210715
...几类 显示相关属性:alpha、visible 缓存相关属性:cacheAs、staticCache 鼠标操作相关属性:disabled、gray、htTestPrior、mouseEnabled、mouseThrough label相关属性:labelAlign、labelColors、labelBold、labelFont、labelPadding、labelSize、labelStroke、labelStrokeCol...
来源: Laya2.0_文档 发布时间: 20210714
...不会减少drawcall,性能中等。 设置cacheAs后,还可以设置staticCache=true以阻止自动更新缓存,同时可以手动调用reCache方法更新缓存。 cacheAs主要通过两方面提升性能。一是减少节点遍历和顶点计算;二是减少drawCall。善用cacheAs将是...
来源: Laya2.0_文档 发布时间: 20210714
...不会减少drawcall,性能中等。 设置cacheAs后,还可以设置staticCache=true以阻止自动更新缓存,同时可以手动调用reCache方法更新缓存。 cacheAs主要通过两方面提升性能。一是减少节点遍历和顶点计算;二是减少drawCall。善用cacheAs将是...
来源: Laya2.0_文档 发布时间: 20210714
...不会减少drawcall,性能中等。 设置cacheAs后,还可以设置staticCache=true以阻止自动更新缓存,同时可以手动调用reCache方法更新缓存。 cacheAs主要通过两方面提升性能。一是减少节点遍历和顶点计算;二是减少drawCall。善用cacheAs将...
来源: Laya2.0_文档 发布时间: 20210715
...nt pivotX pivotY rotation scaleX scaleY scene scrollRect skewX skewY stage staticCache style texture timer transform url viewport visible width x y zOrder Methods _initialize _processActive addChild addChildAt addChildren addComponent addComponentInstance addInputChild callLater clearTimer contains ...
来源: Laya3.0_api 发布时间: 20231102
...e"; this.cacheForFilters = false; this.staticCache = false; this.reCache = true; this.mask = null; this.maskParent = null; this.filterCache = null; this.filters = null; ...
来源: Laya_社区 发布时间: 20210615