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

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

311. 给以个对象绑定两个on方法为什么只能执行一次 ? [ 63%]

...is,this.showMyfamMenu);   _proto.showMyfamMenu = function(){         console.log(1)         if(!this.famlilyMune.isActive){         //     //Laya缓动动画——操作对新-属性列表-执行时间-动画效果-回调             Laya.Tween.to(this.famlilyMune,{rotation:0},...

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

312. 关于截屏的问题 [ 63%]

...但是报错了,,能帮忙看下怎么处理吗?   代码如下: console.log("onCharge-------------------------1"); if( Laya.Browser.window.conch ) { console.log("onCharge-------------------------2"); Laya.Browser.window.conch.captureScreen(function(arrayBuff,width,height){ console.log("onC...

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

313. 一个很奇怪的问题,不知道其他同学遇到没有 [ 63%]

...main.ts,输入以下代码: class main{ constructor(){ Laya.init(600,400); console.log(common.num); } } new main();   这里面访问了另外一个文件common.ts中定义的类: class common{ constructor(){ } public static num : number = 1000000; } 然后启动调试,居然报了这个错:    ...

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

314. texture2D的setPixel纹理rgba数据之后会随着窗口的缩放,渐变成黑色 [ 63%]

...lse if(e.keyCode == 50){ // let t = Laya.Loader.getRes(this.AllPng[0]); // console.log(t); } } private onCallBack(){ var mater = new Laya.BlinnPhongMaterial(); //new Laya.UnlitMaterial(); //Laya.BlinnPhongMaterial(); // const x2 = new Uint8Array(data); // let p = new window['PNG'](x2); // let getDat...

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

315. 我在用laya2.6和2.7的时候,打开调试面板修改数据,数据修改以后总是过一下子就还原了,来不及修改 [ 62%]

...有完全展示数组数据,只展示了其中的图片部分,数组能console出,那个list中的数据也存在,但没渲染出。 点击代码编辑模器 就提示无法打开代码编辑器 请配置 这个怎么解决? 3D平行光产生的投影,如何修改颜色深浅? as3 ,Lay...

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

316. 浏览器数据跟真机差距好大,浏览器很顺畅,真机就很卡 [ 62%]

...有完全展示数组数据,只展示了其中的图片部分,数组能console出,那个list中的数据也存在,但没渲染出。 请教下微信小游戏的内存和数据缓存? 通过laya嵌入iframe 后 原本laya禁止微信浏览器里面的上下滑动,又开始上下滑动了 ...

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

317. as3数组push进去对象,为什么对象的属性没了 [ 62%]

...有完全展示数组数据,只展示了其中的图片部分,数组能console出,那个list中的数据也存在,但没渲染出。 lh文件内meshSprite添加阴影属性无效 问题状态 最新活动: 2018-05-24 02:19 浏览: 1197 关注: 3 人

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

318. as怎么用protobytebuf传输数据到服务端 [ 62%]

...有完全展示数组数据,只展示了其中的图片部分,数组能console出,那个list中的数据也存在,但没渲染出。 服务端用什么语言开发比较好一些? 服务器websocket c++发送二进制类型包,客户端没有任何事件响应 请教下 如何把sprite的...

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

319. list 数据不会及时渲染 [ 62%]

...有完全展示数组数据,只展示了其中的图片部分,数组能console出,那个list中的数据也存在,但没渲染出。 微信小游戏与加载图片时不会触发erroe事件 请教下微信小游戏的内存和数据缓存? List滑动条会引起单元格上的按钮点击...

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

320. 关于graphics._saveToCmd的问题 [ 62%]

...md(this.test1,arr);     }     test1(x,y,args):void     {         console.log("args[0]"+args[0]+",args[1]"+args[1]+",args[2]"+args[2])         var sp:Laya.Sprite = args[0];         //sp.graphics.clear();         var ctx=Laya.Render._context.ctx;         ctx.fillStyle="#F...

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