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

大约有 976 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0054 秒)

601. Skeleton骨骼动画内存泄漏 [ 61%]

...来自: 2.0.0版本下 已经解决这个问题  修改 laya.core.js var Texture 对象里 __proto.destroy=function(){ if (!this._destroyed){ this._destroyed=true; if (this.bitmap){ this.bitmap._removeReference(this._referenceCount); if (this.bitmap.referenceCount===0){ this.bitmap.destroy(); // co...

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

602. laya2d中旋转关节为什么设置了角度上下限,但是无效,仍然在进行360度旋转 [ 61%]

...但是原来碰撞检测rect没有旋转 动画混合无效(版本2.6) Texture图片能否进行翻转? 使用钢体设置防穿后仍有几率会穿透 如何设置Sprite的宽高和点击区域? LayaAir3D UnityPlug 1.7.13 导出刚体动画无效 3D模型tween旋转 关于同为object层...

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

603. 如何获取animation的node节点? [ 61%]

... Laya.Sprite(); // 创建一个用于存放位图数组的临时精灵 let texture = Laya.loader.getRes(options.srcPath+options.srcName+".png"); // 读取图集生成大切片 let textureIns = Laya.Texture.create(texture, aniProps.res[aniProps.mc[options.srcName].frames[i].res].x, aniProps.res[aniPr...

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

604. 请问一下,如何在使用Tween进行缓动处理时控制每个阶段的时间比率设置? [ 61%]

...开始,我用ts编写的相关内容,都要使用import和export吗? Texture图片能否进行翻转? 骨骼动画播放完后的回调时间 3D模型tween旋转 这样写的代码,Tween动画里面只有alpha有效果,scalex和scaley没有变化,怎么回事啊? Laya3D里的material...

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

605. laya.ui.ComboBox [ 61%]

...eCache方法手动刷新。Sprite tag : * 对象的标签。 UIComponent texture : Texture 设置一个Texture实例,并显示此图片(如果之前有其他绘制,则会被清除掉)。 等同于graphics.clear();graphics.drawImage(),但性能更高 还可以赋值一个图片地址,...

来源: Laya2.0_api 发布时间: 20190513

606. ShaderPass介绍(JavaScript-3D基础(JS)-LayaAir3D之shader) [ 61%]

...varying vec2 v_Texcoord0; varying vec3 v_Normal; uniform sampler2D u_AlbedoTexture; void main() { vec4 albedoTextureColor = vec4(1.0); albedoTextureColor = texture2D(u_AlbedoTexture, v_Texcoord0); gl_FragColor=albedoTextureColor; } ``` ##### 初始化自定义Shader > 导入着色器代码 ```javasc...

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

607. 高级应用-渲染纹理 [ 61%]

...-10, 0, 0), true, false); renderTargetCamera.renderTarget = new Laya.RenderTexture(2048, 2048); renderTargetCamera.renderingOrder = -1; renderTargetCamera.addComponent(CameraMoveScript); var directionLight = scene.addChild(new Laya.DirectionLight()); directionLight.color = new Laya.Vector3(0.7, 0.6,...

来源: Laya_示例 发布时间: 20241125

608. png使用base64显示异常 [ 61%]

...n () { // image.onload = null; // image.onerror = null; // var data = Laya.Texture2D._parse(image); // data._url = "sdfasf" // _this.onLoaded(data); img=HTMLImage.create(image.width,image.height,1); img.loadImageSource(image,true); img._setCreateURL(url); _this.onLoaded(img); }; var url = _this.arra...

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

609. 官方的Animation播放的时候,内部是使用的drawTexture 这个api吗 [ 61%]

官方的Animation播放的时候,内部是使用的drawTexture 这个api吗 官方的Animation播放的时候,内部是使用的drawTexture 这个api动态切换图片吗 var sp2:Sprite = new Sprite(); sp2.x = 300; sp2.graphics.drawTexture(_texture,0,0,100,100); 2017-09-27 添加评论 免费...

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

610. 关于canvas的内容 [ 61%]

... AllenYT • 2018-04-12 18:14 @w1114367261我的意思是建了一个类似Texture,完成将很多图片绘制成一张图片,避免精灵太多,用什么方法好点 w1114367261 • 2018-04-12 18:19 强大的cacheAs了解一下 https://ldc.layabox.com/doc/?nav=zh-as-3-2-3 AllenYT • 2018-04-...

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