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

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

511. clearRes好像没作用,或许我的用法不对 [ 55%]

...正如下     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

512. scrollRect 改变后子对象的鼠标事件失效 [ 55%]

...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

513. textinput动态修改宽度 会出现重叠的文字 [ 55%]

...载prefab 3D平行光产生的投影,如何修改颜色深浅? 修改stage的scale后,会发生异常情况 发布H5后通过网页打开出现左上角的那个图标是什么东东 怎么去掉 播放背景音乐的问题 刚打开 桌面调试出现报错Uncaught (in promise) DOMException: ...

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

514. 分享:Panel下动态修改子容器宽高并刷新显示! [ 55%]

...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

515. laya.particle.Particle2D_API3.0 [ 55%]

...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

516. laya.media.SoundNode_API3.0 [ 55%]

...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

517. laya.map.GridSprite_API3.0 [ 55%]

...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

518. 有没有办法监听到手机的home键 [ 55%]

...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

519. laya.map.MapLayer_API3.0 [ 54%]

...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

520. 无限循环滚动列表 [ 54%]

...置scrollbar的滚动位置 IE浏览器中, Panel滚动条,鼠标移到stage外后, 再拖动滚动条, 问题 list的内容显示不够滚动的时候应该不显示滚动条 文本控件里面哪个可以做到,超过区域的文本 滚动显示 问题状态 最新活动: 2018-07-19 20:0...

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