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

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

1931. 如何一次性预加载多个.sk 资源,加载后使用是如何获取,并且创建动画? [ 54%]

...何获取当前所有动画名称呢?或者所有的AnimationClip呢? Event.MOUSE_WHEEL 如何获取鼠标滚轮是放大开始缩小 如何获取一个3D模型的长宽高? 怎么获取对象的坐标 如何获取图片每个像素点的RGB? 怎样获取浏览器地址传过来的GET参数 ...

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

1932. layaAir2.0 啥时候出来,早点抛出来,让部分老玩家内测呗! [ 53%]

...ist中的数据也存在,但没渲染出。 layaair2.0)请问js的Laya.Event.FRAME怎么用,看api中有,但写了不执行。 怎么对graphics画出来的图片进行鼠标点击拖动??? 怎么把图片溢出的部分隐藏掉;就是类似overFlow:hidden laya无法解析部分属...

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

1933. IOS WKWebview第三方字体嵌入问题 [ 53%]

...正常运行,为什么打包APK之后在手机上就连接不上socket event自定义事件的问题 写了个边缘光的自定义shader,有很多问题,帮忙看一下 问题状态 最新活动: 2020-08-28 10:44 浏览: 3130 关注: 2 人

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

1934. 有没有办法知道一个页面是否被显示出来!!! [ 53%]

...有没有办法知道一个页面是否被显示出来!!! 监听Laya.Event.LOADED事件好像没有效果 2018-02-26 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron 赞同来自: 把他的层级放...

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

1935. 如何让一个点击事件执行完立即移除 [ 53%]

...何让一个点击事件执行完立即移除 Laya.sg_paiui.zybut2.on(Laya.Event.CLICK,this,function(th,e){                                 Laya.sg_paiui.zybut1.visible = false; }) 比如说这个事件 如何让他执行完立即移除 2017-10-11 添加评论 免费帖 --> ...

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

1936. laya.ui.Slider_API3.0 [ 53%]

...in addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTimer contains customRender destroy destroyChildren drawToCanvas drawToTexture drawToTexture3D event frameLoop frameOnce freshLayout fromParentPoint getBounds getChildAt getChildByName getChildIndex getCo...

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

1937. 如何往TiledMap格子内追加精灵 [ 53%]

...((0 + no) * 99.5, 73); flower.mouseEnabled=true; flower.alpha=1; flower.on(Event.CLICK,this,function() { flower.scaleX=1.1; flower.scaleY=1.1; Laya.timer.once(100, this,function() { flower.scaleX=1; flower.scaleY=1; alert("My Name is Bear" + no); return; }) }); mallLayer._childs[0].addChild(flower);...

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

1938. laya.ui.Label_API3.0 [ 53%]

...th addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTimer contains customRender destroy destroyChildren drawToCanvas drawToTexture drawToTexture3D event frameLoop frameOnce freshLayout fromParentPoint getBounds getChildAt getChildByName getChildIndex getCo...

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

1939. laya.media.Sound [ 53%]

...rties | Methods Packagelaya.mediaClasspublic class SoundInheritanceSound EventDispatcher Object Sound 类是用来播放控制声音的类。 Public Properties PropertyDefined By  duration : Number[read-only] 获取总时间。 SoundPublic Methods Hide Inherited Public Methods Show Inherited Pu...

来源: laya_api 发布时间: 20170929

1940. ani动画问题,cannot read property '_tf' of null [ 53%]

... this.ani1.play(0, false);//出错了             this.ani1.on(Laya.Event.COMPLETE, this, () => {                 this.removeSelf();             });         } 这样播放动画有时候会报错,如附件图,但有时候又不报错 附件 : --> 2017-06-14 添加评...

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