大约有 1,246 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0074 秒)
Laya_社区(924) Laya3.0_api(80) Laya2.0_文档(78) Laya_示例(64) Laya2.0_示例(51) Laya3.0_文档(45) laya_api(2) Laya2.0_api(2)
...14 11:25 浏览: 1959 关注: 4 人 松 • 2018-07-28 16:21 Laya.stage.on(Event.VISIBILITY_CHANGE,this,pause); 这个消息没触发,拿不到进入后台状态 所以声音没法关 Laya_Aaron • 2018-07-28 16:28 这个不是引擎能解决的问题 松 • 2018-07-28 16:31 @Laya_Aaron:哦 那...
来源: Laya_社区 发布时间: 20180728
...自定义shader,有很多问题,帮忙看一下 graphics alpha 问题 event自定义事件的问题 问题状态 最新活动: 2019-03-24 15:02 浏览: 905 关注: 2 人
来源: Laya_社区 发布时间: 20190324
...ns customRender destroyChildren drawToCanvas drawToTexture drawToTexture3D event frameLoop frameOnce fromParentPoint getBounds getChildAt getChildByName getChildIndex getComponent getComponents getGraphicBounds getMousePoint getRepaint getSelfBounds get_height get_scaleX get_scaleY get_transform get...
来源: Laya3.0_api 发布时间: 20231102
...标滚轮滚动事件 为什么给Sprite容器添加点击事件没反应 event自定义事件的问题 问题状态 最新活动: 2017-09-14 14:57 浏览: 786 关注: 2 人
来源: Laya_社区 发布时间: 20170914
... new Laya.Sprite(); bg.loadImage("res/bg-480x720.jpg"); Laya.stage.on(Laya.Event.RESIZE,this,onResize); function onResize() { var scale,scaleX,scaleY; scaleX = Browser.clientWidth/480; scaleY = Browser.clientHeight/720; scale = scaleX > scaleY ? scaleX : scaleY; b...
来源: Laya_社区 发布时间: 20161118
...6857:8) at ResInfo.onLoaded (http://192.167.0.100/h5/layawe ... 134:61) at EventHandler.__proto.runWith (http://192.167.0.100/h5/layawe ... 716:59) at ResInfo.__proto.event (http://192.167.0.100/h5/layawe ... 490:28) at LoaderManager.__proto._endLoad (http://192.167.0.100/h5/layawe ... 291:11) at Lo...
来源: Laya_社区 发布时间: 20180417
... > 放置猴子 ```typescript //监听一次点击事件 Laya.stage.once(Event.MOUSE_DOWN,this,function ():void { scene.addChild(layaMonkey); _layaMonkey = layaMonkey; //设置缩放 var tmpLocalScale:Vector3 = layaMonkey.transform.localScale; tmpLocalScale.setValue(0.3, 0.3, 0.3); layaMonkey.transf...
来源: Laya2.0_文档 发布时间: 20210715
...方法时失败 分享:LayaAir下如何获取图集下的小图资源? Event.MOUSE_WHEEL 如何获取鼠标滚轮是放大开始缩小 问题状态 最新活动: 2018-01-31 16:49 浏览: 856 关注: 2 人
来源: Laya_社区 发布时间: 20180131
...bin-wrapper\node_modules\got\index.js:182:22) at Object.onceWrapper (events.js:300:26) at ClientRequest.emit (events.js:210:5) at TLSSocket.socketErrorListener (_http_client.js:406:9) at TLSSocket.emit (events.js:210:5) at emitErrorNT (internal/streams/destroy.js:92:8) ...
来源: Laya_社区 发布时间: 20200211
...awRect(0, 0, Laya.stage.width, Laya.stage.height, "#000000"); mask.on(Laya.Event.CLICK,this,chick); function chick(){ mask.destroy(); gameContainer.destroy(); } gameContainer.mask=mask; Laya.stage.addChild(gameContainer); })(); })(); 附件 : --> 2020-06-03 添加评论 免费帖 --> 分...
来源: Laya_社区 发布时间: 20200603