大约有 567 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0046 秒)
Laya_社区(350) Laya2.0_文档(64) Laya3.0_api(54) Laya_示例(32) Laya2.0_api(22) laya_api(20) Laya2.0_示例(13) Laya3.0_文档(12)
...er.create(this, this.onLoading, null, false)); }, onAssetloaded : function(texture){ this.tl = new Laya.Animation(); //加载动画文件 this.tl.loadAnimation("imgdebris/naruto2.ani"); //添加到舞台 var apesCtn = new Laya.Sprite(); Laya.stage.addChild(apesCtn); var _this = this; this.tl.on(this...
来源: Laya_社区 发布时间: 20190117
...text': No function was found that matched the signature provided. at Texture2D.__proto._createWebGlTexture (laya.d3.js:37225) at Texture2D.__proto.recreateResource (laya.d3.js:37271) at Texture2D.__proto.onAsynLoaded (laya.d3.js:37329) at ResInfo.onLoaded (laya.core.js:13189)...
来源: Laya_社区 发布时间: 20190323
...但是可以通过调用 reCache 方法手动刷新。 注意: 1.Sprite texture : Texture设置一个Texture实例,并显示此图片(如果之前有其他绘制,则会被清除掉)。等同于graphics.clear();graphics.drawTexture()Sprite timer : Timer时间控制器,默认为Laya.time...
来源: laya_api 发布时间: 20170929
...11:44 行吧,我自己重写这块吧 shiyang • 2023-09-01 19:55 1.set texture方法可以传 字符串,但是目前只能通过转换成any才能不报错,原因d.ts里面只允许texture类型 2.运行场景应该显示大猩猩,结果显示layaair图片。原因是没有想image那样...
来源: Laya_社区 发布时间: 20230901
...-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_示例 发布时间: 20241118
...运行时 找不到类的定义!这是为什么? 已上传 Demo 附件 Texture图片能否进行翻转? matter中layasprite怎么改变图片大小? 成都雨墨游戏 求 laya 程序开发人员 关于Laya实现Matter.js官方案例凹多边形的问题 ios14系统下 blendMode='lighter' ...
来源: Laya_社区 发布时间: 20170717
... 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
...例 真机报错 window is not defined 图集打包找不到图集文件 Texture图片能否进行翻转? 如何通过命令行工具构建和发布项目 2.2.0beta4 发布微信小游戏,安卓设备加载场景黑屏 合并小图片 编辑了图片 执行代码说加载不出来资源 这个...
来源: Laya_社区 发布时间: 20180112
...omplete)); function loadMapBGComplete():void{ var tx:Texture = Laya.loader.getRes("map/157.jpg"); this._test.source = tx; } 我这张图是913X1400没有打成图集的 我用image动态替换一个大图片时,为什么替换后那张图变成很小...
来源: Laya_社区 发布时间: 20170411
...a.loader.load("hall/111.png",Handler.create(this,function():void { var img:Texture = Laya.loader.getRes("hall/111.png"); var encode:String = Base64ImageTool.getBase64Pic(img); } 2017-06-13 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链...
来源: Laya_社区 发布时间: 20170613