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

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

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

...   sp[j + i * 10].pos(i * 60, j * 60);         sp[j + i * 10].on(Laya.Event.MOUSE_OVER, this, over);         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) {     //正常大家可能...

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

482. 按钮点击问题 [ 80%]

... 一点一滴 赞同来自: 按钮的皮肤用一态的,给按钮注册event.mousedown事件,然后在监听event.mouseup事件,在按钮触发event.mouseup事件后通过skin切换皮肤即可。 2018-05-12 0 0 分享 微博 QZONE 微信 hepengwei 赞同来自: 那就是用两个图喽,那...

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

483. laya.resource.RenderTextureCube_API3.0 [ 80%]

... _removeReference _setCPUMemory _setCreateURL _setGPUMemory _start destroy event getData gpuCompressFormat hasListener isCreateFromURL off offAll offAllCaller on once recreate clearPool configRenderContextInstance createFromPool destroyUnusedResources recoverToPool Constructors constructor new Rende...

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

484. laya.d3.webxr.core.WebXRRenderTexture_API3.0 [ 80%]

...rTarget _removeReference _setCPUMemory _setCreateURL _setGPUMemory destroy event getData gpuCompressFormat hasListener isCreateFromURL off offAll offAllCaller on once recreate clearPool configRenderContextInstance createFromPool destroyUnusedResources recoverToPool Constructors constructor new WebXR...

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

485. laya.ui.ScrollBar [ 80%]

...l Classes | Index | Frames No Frames ScrollBarProperties | Methods | Events Packagelaya.uiClasspublic class ScrollBarInheritanceScrollBar UIComponent Sprite Node EventDispatcher ObjectSubclasses HScrollBar, VScrollBar ScrollBar 组件是一个滚动条组件。 当数据太多以至于显示...

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

486. 点击过快问题 [ 80%]

... 赞同来自: zjw917329684 参考下下面的写法吧: Laya.stage.once(Event.CLICK,this,onClick); } private function onClick():void { trace("aaa"); Laya.stage.off(Event.CLICK,this,onClick); Laya.timer.once(500,this,onLoop); } private function onLoop():void { Laya.stage.once(Event.CLICK,this,onCl...

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

487. laya.d3.resource.MulSampleRenderTexture_API3.0 [ 80%]

... _removeReference _setCPUMemory _setCreateURL _setGPUMemory _start destroy event getData gpuCompressFormat hasListener isCreateFromURL off offAll offAllCaller on once protected recreate clearPool createFromPool destroyUnusedResources recoverToPool Constructors constructor new MulSampleRenderTexture(...

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

488. Animator如何监听播放完毕 [ 80%]

...如何监听播放完毕 版本 2.0.0bate4 , 1.0版本的Animator.on( Laya.Event.COMPLETE ) 方法在2.0.0bate4中行不通 . 那目前如何监听动画播放结束呢 ???? 2018-11-05 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 ...

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

489. laya.ui.Tree [ 80%]

...| All Classes | Index | Frames No Frames TreeProperties | Methods | Events Packagelaya.uiClasspublic class TreeInheritanceTree Box Component Sprite Node EventDispatcher ObjectImplements IRender Tree 控件使用户可以查看排列为可扩展树的层次结构数据。 Public Properties Hi...

来源: laya_api 发布时间: 20170929

490. 可以监听到程序关闭的事件吗? [ 80%]

...容相关的链接 提交 2 个回复 cuixueying 赞同来自:   请监听Event.BLUR和Event.FOCUS事件即可,当浏览器最小化以及浏览器关闭时,即可触发BLUR事件,当打开浏览器时即可触发FOCUS事件。 2016-12-12 0 1 分享 微博 QZONE 微信 vincent 赞同来自: ...

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