• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 1,011 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0072 秒)

901. LayaRender渲染含有多个part的Body存在Bug [ 53%]

...s/bar.png"); var w = size, h = size/5; sp.pivot(w/2, h/2); sp.graphics.fillTexture(text, 0, 0, w, h); partA = Matter.Bodies.rectangle(x, y, w, h, { isStatic:true, layaSprite:sp, });  sp = new Laya.Sprite(); w = size/5, h=size; sp.pivot(w/2, h/2); sp.graphics.fillTexture(text, 0, 0, w, h); partB = M...

来源: Laya_社区 发布时间: 20180625

902. RenderTexture: unkonw depth format. cache bitmap size larger than 2048,cache ignored [ 53%]

RenderTexture: unkonw depth format. cache bitmap size larger than 2048,cache ignored layaAir2.0给场景加载一个遮罩出现的问题,我试过单独加载这个遮罩不会出现问题,我这里的错误是我在一个场景上加上遮罩出现的问题 ,主要是RenderTexture: unkonw dep...

来源: Laya_社区 发布时间: 20181215

903. [LayaAir3]3d预制体上通过UI3D挂在2d预制体进行进行倒计时进度条背景闪烁 [ 53%]

...问题 分享:LayaAir下Loading进度条的制作(ActionScript 3.0) Texture图片能否进行翻转? 播放背景音乐的问题 刚打开 桌面调试出现报错Uncaught (in promise) DOMException: play() laya3.0.6版本ide 预制体的问题 做好的粒子特效在U3D里循环正常。在...

来源: Laya_社区 发布时间: 20231204

904. 在HBOX中 addchild图片,hbox的锚点和位置不能设置正确 [ 53%]

...的元素不能点击两次 循环依赖不能运行 Circular dependency: Texture图片能否进行翻转? 合并小图片 我用list.array=Array;数据全部插进去数组里了,但是list中没有完全展示数组数据,只展示了其中的图片部分,数组能console出,那个list...

来源: Laya_社区 发布时间: 20170329

905. [LayaAir3]Laya3.3.0正式版,设置了图片重复平铺就有线,之前用的Laya.3.1.2 没有这问题 [ 53%]

...的宽高和点击区域? matter中layasprite怎么改变图片大小? Texture图片能否进行翻转? Laya3.3.0 beat4 发布windows 无法导出自己的wasm文件 合并小图片 关于同为object层,层级设置无效的问题 为什么有的图片打包,有的图片不打包? 如...

来源: Laya_社区 发布时间: 20250729

906. 对添加了scrollRect的显示对象,进行旋转以后scrollRect不会一起旋转? [ 53%]

...毁其克隆对象,统计面板的显存和内存就会显示成负数 Texture图片能否进行翻转? 问题状态 最新活动: 2017-04-10 11:08 浏览: 1393 关注: 2 人 rainysky • 2017-04-10 11:10 @cuixueying 请问预期在哪个版本修复此问题呢

来源: Laya_社区 发布时间: 20170405

907. 分享:图集资源做位图文本的工具类(知道fontclip组件的可以略过了,之前一直没注意到这个组件) [ 53%]

...esName); if (!tx) { console.warn(TipConfig.tips.haveNoTheChar, char); } sp.texture = tx; this.chars.push(sp); this.addChild(sp); } this.sortCharsByAlign(this._align); } /** * 水平对齐方式 */ public set align(v: string) { if (v === this._align) { return; } this._align = v; this.sortCharsByAlign...

来源: Laya_社区 发布时间: 20180302

908. 物理碰撞器(JavaScript-3D基础(JS)-LayaAir3D之物理系统) [ 53%]

..., 10))); //新建材质 var planeMat = new Laya.BlinnPhongMaterial(); Laya.Texture2D.load("res/threeDimen/Physics/grass.png", Laya.Handler.create(this, function(tex) { planeMat.albedoTexture = tex; })); //设置纹理平铺和偏移 planeMat.tilingOffset = new Laya.Vector4(10, 10, 0, 0); //设置材...

来源: Laya2.0_文档 发布时间: 20210714

909. TypeError: Cannot read property 'm_jointList' of null [ 53%]

...s constructor Component cannot be invoked without 'new' 关于graphics.drawTexture方法设置纹理报错TypeError: texture.getIsReady is not a function 升级到2.2.0Beta报错Uncaught TypeError: Class constructor Sprite cannot be invoked without 'new' TypeError: Laya.MovieClip is not a constructo...

来源: Laya_社区 发布时间: 20190418

910. 使用clearTextureRes的时候有几个不明白的地方 [ 53%]

使用clearTextureRes的时候有几个不明白的地方 就是在使用之前要将对象停止渲染,然后再使用嘛? 我看了官网的例子,发现如果将 this.spBg.visible = false; this.aniFly.visible = false;  这两行代码注释掉,然后点击用cleartestureres进行销毁...

来源: Laya_社区 发布时间: 20180124