大约有 585 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0156 秒)
...等级 BaseTexture currentActive : RenderTexture2D[static] [read-only] 获取当前激活的Rendertexture RenderTexture2D defaulteTexture : BaseTexture[override] [read-only] 获取默认纹理资源。 RenderTexture2D defuv : Array[static] RenderTexture2D depthStencilFormat : int[read-on...
来源: Laya2.0_api 发布时间: 20190513
...且不会随着绘制内容的变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 hitTestPrior hitTestPrior: boolean = false Inherited from AnimationBase.hitTestPrior Defined in lay...
来源: Laya3.0_api 发布时间: 20231102
...否有打算增加一些as的mvc框架的支持库 为什么我焦点一直获取不到,runtime也已经写了。。可是代码不是跟视频教学的一样吗 为什么很多教程都需要钱 这样真的好吗 真的有利于引擎的普及吗 ui 打包提供 export 选项 【教程】2.0微...
来源: Laya_社区 发布时间: 20170731
...且不会随着绘制内容的变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 hitTestPrior hitTestPrior: boolean = false Inherited from Text.hitTestPrior Defined in laya/display...
来源: Laya3.0_api 发布时间: 20231115
...且不会随着绘制内容的变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 hitTestPrior hitTestPrior: boolean = false Inherited from Text.hitTestPrior Defined in laya/display...
来源: Laya3.0_api 发布时间: 20231115
...且不会随着绘制内容的变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 hitTestPrior hitTestPrior: boolean = false Inherited from Text.hitTestPrior Defined in laya/display...
来源: Laya3.0_api 发布时间: 20231115
...且不会随着绘制内容的变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 hitTestPrior hitTestPrior: boolean = false Inherited from Text.hitTestPrior Defined in laya/display...
来源: Laya3.0_api 发布时间: 20231115
...进行了限制 我们还发现了 不知道为什么 底层限制了native获取材质的代码 有没有官方团队指点一下,我们具体排查就排查这么多 不知道是什么原因 还是我们少了什么操作才会出现这个问题 附件 : --> 2019-06-12 添加评论 已悬赏20...
来源: Laya_社区 发布时间: 20190612
...索引范围,则终止该函数 if(index > this.data.length)return; //获取当前渲染条目的数据 var listData = this.data[index]; console.log(listData); //根据子节点的名字listNumber,获取子节点对象。 //var img = cell.getChildByName("listNumber") ; var img = cell.getChild...
来源: Laya_社区 发布时间: 20170914
...owserWidth + " " + browserHeight + " " + pixelRatio); // 获取canvas元素对应的DOM对象 var canvas = document.getElementById('canvas'); var div1 = document.getElementById('div1'); // 获取在canvas上绘图的CanvasRenderingC...
来源: Laya_社区 发布时间: 20200604