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

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

591. 一个LayaAir moveout target 设计上的疑问? [ 61%]

...         sp[j + i * 10].on(Laya.Event.MOUSE_OUT, this, out);     } } function over(e) {     e.target.graphics.drawRect(0, 0, 50, 50, "red"); } function out(e) {     //正常大家可能会这么写,但是运行之后是无效的,因为e.target可能变成stage或者null,也可能是...

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

592. laya.d3.renderobjs.nativeobj.NativeBaseRenderQueue_API3.0 [ 61%]

...s Defined in laya/d3/RenderObjs/NativeOBJ/NativeBaseRenderQueue.ts:19 sort function Accessors context set context(value: RenderContext3D): void Defined in laya/d3/RenderObjs/NativeOBJ/NativeBaseRenderQueue.ts:36 Parameters value: RenderContext3D Returns void sortPass set sortPass(value: ISortPass): ...

来源: Laya3.0_api 发布时间: 20231115

593. laya.d3.renderobjs.renderobj.BaseRenderQueue_API3.0 [ 61%]

...ortPass Defined in laya/d3/RenderObjs/RenderObj/BaseRenderQueue.ts:17 sort function Accessors context set context(value: RenderContext3D): void Defined in laya/d3/RenderObjs/RenderObj/BaseRenderQueue.ts:32 Parameters value: RenderContext3D Returns void sortPass set sortPass(value: ISortPass): void D...

来源: Laya3.0_api 发布时间: 20231115

594. 上架的游戏被苹果下架了 [ 61%]

...hat your app or its metadata enables the purchase of content, services, or functionality in the app by means other than the in-app purchase API, which is not appropriate for the App Store. Next Steps While the payment system that you have included may conduct the transaction outside of the app, if t...

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

595. LayaAir开发笔记(1)五十音图连连看 [ 61%]

...copyright.pos(20, g_stat_heiht - 35); copyright.on(Laya.Event.CLICK, this, function() { window.location.href = "http://www.coderluan.com"; }); Laya.stage.addChild(copyright); 3.设置积分板和开始菜单 右下弄了个“点击开始游戏”的文本,点击只会游戏开始,这个文本...

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

596. 求教 JS项目的Promise如何使用 [ 61%]

...台 Laya.loader.load(this.monkey2,Laya.Handler.create(this,graphicsImg)); function graphicsImg(){ var img = new Laya.Sprite(); //获取图片资源,绘制到画布 img.graphics.drawTexture(Laya.loader.getRes(this.monkey2),100,50); //添加到舞台 Laya.stage.addChild(img); }求教一下Promise方...

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

597. 高级应用--寻路导航 用的demo代码报错 [ 61%]

...配置 这个怎么解决? 导微信小程序报错window.focus is not a function 微信小游戏编译报错 Native2.0正式版wss连接不成功web版本没问题,有DEMO IDE通过.ui自动生成的ui代码报错 这样写的代码,Tween动画里面只有alpha有效果,scalex和scaley没...

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

598. Laya.timer.loop() 报错 Cannot read property 'loop' of null [ 61%]

...axUI.ts有前缀导致报错 导微信小程序报错window.focus is not a function 本地调试加载本地图片都报错 Laya2.0 WebGl模式,使用 drawToCanvas 报错 ImageData is not defined? 启动引擎报错 mPlugin.game_plugin_init(3); 真机调试报错:LayaPlayer不支持的标签<...

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

599. 【紧急】laya2.0的loadImage方法为什么不触发complete? [ 61%]

...ogo); logo.loadImage("img/load_logo.png", 0, 0, 0, 0, Handler.create(this, function(){ trace("complete!!"); })); 我在laya1.0这么写,触发complete没毛病,为什么到了2.0这个complete不触发?谁给解释一下啊 2018-10-10 添加评论 免费帖 --> 分享 微博 QZONE 微信 没...

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

600. Laya.Video内存泄漏问题 [ 61%]

...pe: Laya.Loader.BUFFER }], Laya.Handler.create(this, createVideo)); var v; function createVideo() { var video_file = new Blob([Laya.loader.getRes(video_url)], {type: 'video/webm'}); var blob_url = URL.createObjectURL(video_file); var video = new Laya.Video(); video.loop = true; video.load(blob_url);...

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