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

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

791. 分包后, 资源加载问题 [ 67%]

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

792. 我看到这段话后,我 [ 67%]

...  */     __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

793. matter.js mouseconstraint在微信小游戏中无效 [ 67%]

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

794. 为什么字符串不能连接? [ 67%]

...错 [ts] Operator '+' cannot be applied to types 'String' and 'String'. } return str; }   2017-11-18 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复 Laya_XS 赞同来自: string类型  不是String类型,别搞...

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

795. 全局动画不能加载 [ 67%]

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

796. DOM元素-表单输入 [ 67%]

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

797. 音频-播放演示 [ 67%]

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

798. [layaair 1.0] 如何支持Unity的含有第二套UV的shader [ 67%]

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

799. 音频-播放演示 [ 67%]

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

800. 版本升级出现问题。1.7.6=》1.7.13 .图集全部乱掉了 [ 67%]

... 60 : (35 / speed); ani.alpha = speed if ((cur_time / play_time) &gt; 1) { return true; } else { return false; } } ``` 这里的update函数,delta是每一帧的时间,我去动态的改变ani的interval。这样做在1.7.6里面是没问题的。 qian • 2018-01-15 15:56 有可以运行的demo...

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