大约有 182 项符合查询结果, 库内数据总量为 30,934 项。 (搜索耗时: 0.0040 秒)
...ng","9tong","1tiao","2tiao","3tiao","4tiao","5tiao"]; var _dataSource_=[]; for(var i = 0;i<this.data.length;++i) { var _data_={ skin:"Images/"+this.data[i]+".jpg" }; _dataSource_.push(_data_); } this.selfHand.dataSource = _dataSource_; this.selfHand.selectEnable = true; } Laya.class(Index,"Index"...
来源: Laya_社区 发布时间: 20170914
...elapsedTime=clipDuration; playState._normalizedPlayTime=1.0; if (scripts){ for (var i=0,n=scripts.length;i < n;i++) scripts[i].onStateExit(); } return; } 2019-01-12 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 4 个回...
来源: Laya_社区 发布时间: 20190112
...ateEvent(specialEvents[type] || 'Events'), bubbles = true if (props) for (var name in props) (name == 'bubbles') ? (bubbles = !!props[name]) : (event[name] = props[name]) event.initEvent(type, bubbles, true) // 这行就是那个报错的那行 如何解决呢 return compatible(eve...
来源: Laya_社区 发布时间: 20170301
...tandardcore.cginc(196) (on d3d11) Compiling Vertex program with UNITY_PASS_FORWARDBASE DIRECTIONAL LIGHTPROBE_SH FOG_LINEAR Platform defines: UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY...
来源: Laya_社区 发布时间: 20200923
...解决 Ignored attempt to cancel a touchmove event with cancelable=false, for example because scrolling is in progress and cannot be interrupted. 附件 : --> 2020-05-12 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回...
来源: Laya_社区 发布时间: 20200512
...ode调试教程 脚本按版本号丢根目录 vscode安装插件"Debugger for Chrome","Gulp Tasks","Gulp Snippets" 2.1.1.1以下版本调用命令行 npm install gulp@3.9.1 && npm install browserify && npm install vinyl-source-stream && mpm install tsify 2.2.0以上版本...
来源: Laya_社区 发布时间: 20191120
...arr:Array = [];//创建一个数组,用于存贮列表的数据信息。 for (var i:int = 0; i < 20; i++) { arr.push({label: "item" + i}); } var list:List = new List();//创建一个 List 类的实例对象 list 。 list.itemRender = Item;//设置 list 的单元格渲染器。 list.repeatX = 1;...
来源: Laya3.0_api 发布时间: 20231115
...ineTemplet) { let obj: object = tmpDat["_textures"]; for (let key in obj) { if (obj.hasOwnProperty(key)) { let texture = obj[key] as Laya.SpineTexture; let pngUrl = texture.realTexture.url; let res = Laya.loader.get...
来源: Laya_社区 发布时间: 20240429
...55, 255, 100, 100, "#FFff00"); g1.drawRect(666, 666, 100, 100, "#FFff00"); for (var i = 0; i < 5000; i++) { g1.drawRect(888, 200, 100, 100, "#FFff00"); } var g2 = new Graphics(); g2.drawRect(0, 0, 100, 100, "#00FF00"); var g3 = new Graphics(); g3.drawRect(500, 500, 100, 100, "#FFFFFF"); var arr =...
来源: Laya_社区 发布时间: 20170729
...ild(img); ........ onmousemove(e) { //console.log("e="+JSON.stringify(e)); for (var property in e) { console.log(property+"="+e[property]); } console.log("========================"); /**这里是运行后,在img上拖动给出的属性,没有鼠标的xy的坐标 * * _stoped=false game.js:116 nat...
来源: Laya_社区 发布时间: 20181031