大约有 111 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0035 秒)
Laya_社区(93) Laya2.0_文档(5) Laya3.0_api(4) Laya3.0_文档(3) Laya2.0_示例(2) Laya2.0_api(2) laya_api(1) Laya_示例(1)
BUG:添加RigidBody组件会使anchorX、anchorY失效 onClick(event: Laya.Event) { let sp = new Laya.Image(); sp.skin = "comp/tab.png" let body = new Laya.RigidBody(); body.gravityScale = 0; sp.addComponentIntance(body); sp.anchorX = sp.anchorY = 0.5; sp.pos(event.stageX, event.stageY); this.own...
来源: Laya_社区 发布时间: 20200216
...2019-09-19 0 0 分享 微博 QZONE 微信 Laya_Aaron 赞同来自: private onClick(e: Laya.Event) { this._data = [1]; this.list.array = this._data; this.list.y = 220; this.list.height = 300; } 代码这么写就好了 2019-09-19 0 1 分享 微博 QZONE 微信 Laya新用户 赞同来...
来源: Laya_社区 发布时间: 20190919
...src="https://layaair.ldc.layabox.co ... ot%3B style="width:100;height:100" onclick="this.style.display=\'none\';" />\ <span style="color:white;font:24px Arial">paragraph 3</span>'; p.innerHTML = html; p.innerHTML = html; } })(); 附件 : --> 2018-08-08 添加评论 免费帖 --> 分...
来源: Laya_社区 发布时间: 20180808
...(-420,-680,420,680); mArmature.hitArea=rect; mArmature.on(Event.CLICK,this,onClick); 2016-11-22 0 0 分享 微博 QZONE 微信 asdf131 赞同来自: 于一个点为中心播放 : this.mArmature = this.mFactory.buildArmature(0); this.mArmatureSpr.addChild(this.mArmature); ...
来源: Laya_社区 发布时间: 20161122
...") console.log(e) clipboard.destroy(); }) //确认按钮 this.confirmBtn.onclick = function () { _this.CloseDivAndInfoMesg(this); } // 创建弹出层 遮罩层 等 if (!document.getElementById("mask") && 1) { //mask div this.newMask.id = "mask"; this.newMask.style.position = "absolute"; t...
来源: Laya_社区 发布时间: 20181214
...ault class btn1 extends Laya.Script { constructor(){super();} onEnable(){} onClick(){ alert("id="+this.id); //这里有一个id,但是系统自动生成的,无法获知这个id代表哪个按钮被点(因为我有4个按钮都绑了这个js) alert("name="+this.name); //未定义不知道怎...
来源: Laya_社区 发布时间: 20181029
... { Laya.SoundManager.playSound("res/sound/onClick.wav"); } 你看看是不是你的代码逻辑有问题那? 2018-05-03 0 2 分享 微博 QZONE 微信 176*****233 赞同来自: 在h5和微信开发工具上是正常的,但发布成微信小游戏就...
来源: Laya_社区 发布时间: 20180503
...ponent.UIButton, index: number): void { item.name = index.toString(); item.onClick(this,this.OnCliickItem); } /** 点击item单个道具的时候*/ private OnCliickItem(item: component.UIButton) { let index = parseInt( item.name ); }
来源: Laya_社区 发布时间: 20180515
...new Laya.GlowFilter; 然后给10个sprite用,当点击一个sprite时,在onclick事件中加上glow效果。但是运行就报错,都还没有点。 换个写发,给每个sprite设置滤镜时new 一个glow就可以。 debug 看到方法里面new出来的类型好像是 GlowFilterActionGL, ...
来源: Laya_社区 发布时间: 20170403
...重进" ).setPositiveButton("确定" , new DialogInterface.OnClickListener(){ @Override public void onClick(DialogInterface dialogInterface, int i) { MainActivity.my_activity.finish(); } }).show(); } 浪货界扛把子 • 2018-01-16 12:05 @Monica:代码没看到什么问题,就是...
来源: Laya_社区 发布时间: 20180116