大约有 770 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0060 秒)
Laya_社区(428) Laya3.0_api(62) Laya2.0_api(58) Laya2.0_文档(57) laya_api(53) Laya_示例(49) Laya2.0_示例(48) Laya3.0_文档(15)
...正如下 constructor() { super(); Laya.stage.on(Laya.Event.KEY_UP, this, this.onKeyUp); } onKeyUp(e: Laya.Event) { if (e.keyCode == 65) {//A console.log("释放资源false") Laya.loader.clearRes(...
来源: Laya_社区 发布时间: 20170317
...ollRect 改变后子对象的鼠标事件失效 bg=new Laya.Sprite(); Laya.stage.addChild(bg); bg.size(800,600); bg.loadImage("aa_1.Png",0,0,800,600); poly=new Laya.Sprite(); bg.addChild(poly); poly.size(36,36); poly.pivot(18,18); poly.loadImage("SafeExitL.png",0,0,36,36); poly.pos(400,300); poly.on...
来源: Laya_社区 发布时间: 20180823
...载prefab 3D平行光产生的投影,如何修改颜色深浅? 修改stage的scale后,会发生异常情况 发布H5后通过网页打开出现左上角的那个图标是什么东东 怎么去掉 播放背景音乐的问题 刚打开 桌面调试出现报错Uncaught (in promise) DOMException: ...
来源: Laya_社区 发布时间: 20170820
...g';//设置panel的垂直滚动条,方便看出panel的滚动变化 Laya.stage.addChild(panel); var sp:Sprite=new Sprite();//panel的子容器sp sp.graphics.drawRect(0,0,500,1000,"#FF0000"); sp.size(500,1000); panel.addChild(sp); var btnAdd:Button=new Button();//点击按钮,动态添加sp的子...
来源: Laya_社区 发布时间: 20170601
...ponents customRenderEnable destroyed displayHeight displayWidth displayedInStage drawCallOptimize emitter filters globalRotation globalScaleX globalScaleY graphics height hideFlags hitArea is3D mask mouseEnabled mouseX mouseY numChildren parent pivotX pivotY rotation scaleX scaleY scene scrollRect s...
来源: Laya3.0_api 发布时间: 20231115
...ponents customRenderEnable destroyed displayHeight displayWidth displayedInStage drawCallOptimize filters globalRotation globalScaleX globalScaleY graphics height hideFlags hitArea is3D isMusic loop mask mouseEnabled mouseX mouseY numChildren parent pivotX pivotY playEvent rotation scaleX scaleY sce...
来源: Laya3.0_api 发布时间: 20231115
...ponents customRenderEnable destroyed displayHeight displayWidth displayedInStage drawCallOptimize filters globalRotation globalScaleX globalScaleY graphics height hideFlags hitArea is3D mask mouseEnabled mouseX mouseY numChildren parent pivotX pivotY rotation scaleX scaleY scene scrollRect skewX ske...
来源: Laya3.0_api 发布时间: 20231115
...pp 2018-01-06 0 0 分享 微博 QZONE 微信 Laya_Aaron 赞同来自: Laya.stage.on(Event.BLUR,this,Onblur); private function Onblur():void{ alert("sdfsdf"); } 试一下吧 可以的 2018-01-06 0 0 分享 微博 QZONE 微信 qq747...
来源: Laya_社区 发布时间: 20180106
...ponents customRenderEnable destroyed displayHeight displayWidth displayedInStage drawCallOptimize filters globalRotation globalScaleX globalScaleY graphics height hideFlags hitArea is3D mask mouseEnabled mouseX mouseY numChildren parent pivotX pivotY rotation scaleX scaleY scene scrollRect skewX ske...
来源: Laya3.0_api 发布时间: 20231115
...置scrollbar的滚动位置 IE浏览器中, Panel滚动条,鼠标移到stage外后, 再拖动滚动条, 问题 list的内容显示不够滚动的时候应该不显示滚动条 文本控件里面哪个可以做到,超过区域的文本 滚动显示 问题状态 最新活动: 2018-07-19 20:0...
来源: Laya_社区 发布时间: 20180719