大约有 1,569 项符合查询结果, 库内数据总量为 30,782 项。 (搜索耗时: 0.0054 秒)
Laya_社区(678) Laya3.0_api(636) Laya2.0_api(70) laya_api(47) Laya2.0_文档(47) Laya3.0_文档(36) Laya2.0_示例(29) Laya_示例(26)
...roy(true); } console.log("kk8") loading100.FINISH="FN"; console.log("kk9") return loading100; })(Sprite) //class ui.loadingjzaUI extends laya.ui.View var loadingjzaUI=(function(_super){ function loadingjzaUI(){ this.loading1=null; this.text=null; loadingjzaUI.__super.call(this); } __class(loadingjza...
来源: Laya_社区 发布时间: 20170725
... */ __getset(0,__proto,'dataSource',function(){ return this._dataSource; },function(value){ this._dataSource=value; for (var prop in this._dataSource){ if (this.hasOwnProperty(prop)&& !((typeof...
来源: Laya_社区 发布时间: 20190803
... ret = parseInt(this.style.fontSize, 10) * this.innerHTML.length; return Number.isNaN(ret) ? this.width : ret; } }, { key: 'clientHeight', get: function get() { var ret = parseInt(this.style.fontSize, 10); return Number.isNaN(ret) ? this...
来源: Laya_社区 发布时间: 20180512
...错 [ts] Operator '+' cannot be applied to types 'String' and 'String'. } return str; } 2017-11-18 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复 Laya_XS 赞同来自: string类型 不是String类型,别搞...
来源: Laya_社区 发布时间: 20171118
...{ this._frames=Animation.framesMap[name]; this._count=this._frames.length; return true; } return false; }是用this.url#hero_fly去Animation.framesMap里取的,所以取不到。 是Bug吗? 2016-10-06 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: ...
来源: Laya_社区 发布时间: 20161006
...nput.style.width = "100px"; Laya.Browser.document.body.appendChild(input); return input; } function fitDOMElements(){ for (var i = 0; i < arguments.length; i++) { var dom = arguments[i]; Laya.Utils.fitDOMElementInArea(dom, this.form, 100, i * (this.rowSpacing + this.rowHeight), 150, this.rowHeight);...
来源: Laya_示例 发布时间: 20241120
...raphics.fillText(labelText, w / 2, 8, "24px SimHei", "#FFFFFF", "center"); return btn; } // 播放音效 onPlaySound() { console.log("播放音效"); Laya.SoundManager.playSound("res/sounds/btn.mp3", 1, new Laya.Handler(this, this.onComplete)); } // 播放音乐 onPlayMusic() { console.log("播放...
来源: Laya2.0_示例 发布时间: 20241120
...); o.uv2 = TRANSFORM_TEX(v.uv2, _MainTex); UNITY_TRANSFER_FOG(o,o.vertex); return o; } fixed4 frag (v2f i) : SV_Target { // sample the texture fixed4 col1 = tex2D(_MainTex, i.uv); fixed4 col2 = tex2D(_MainTex, i.uv2); // apply fog UNITY_APPLY_FOG(i.fogCoord, col); return col1*col2; } ENDCG } } }...
来源: Laya_社区 发布时间: 20190422
... / 2, 8, "25px SimHei", "#FFFFFF", "center"); Laya.stage.addChild(button); return button; } function onPlayMusic(e) { console.log("播放音乐"); SoundManager.playMusic("../../res/sounds/bgm.mp3", 1, new Handler(this, onComplete)); } function onPlaySound(e) { console.log("播放音效"); SoundManag...
来源: Laya_示例 发布时间: 20241120
... 60 : (35 / speed); ani.alpha = speed if ((cur_time / play_time) > 1) { return true; } else { return false; } } ``` 这里的update函数,delta是每一帧的时间,我去动态的改变ani的interval。这样做在1.7.6里面是没问题的。 qian • 2018-01-15 15:56 有可以运行的demo...
来源: Laya_社区 发布时间: 20180115