大约有 3,617 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0117 秒)
Laya_社区(2682) Laya3.0_api(265) Laya2.0_文档(227) Laya2.0_api(113) Laya3.0_文档(104) laya_api(98) Laya_示例(83) Laya2.0_示例(45)
...ollBar设置mouseWheelEnable=false后过一段时间设置mouseWheelEnable=true;无法滚动 Panel加了vScrollBarSkin还是不能滚动 runtime运行报错! 用了ByteArray的zlib.min.js后报错 IDE通过.ui自动生成的ui代码报错 问题状态 最新活动: 2016-07-21 20:07 浏览: 2409 ...
来源: Laya_社区 发布时间: 20160721
...xasMain{ private balls:Laya.Sprite = ; constructor(){ Config.isAntialias = true // alert("宽"+Laya.Browser.clientWidth+"高"+Laya.Browser.clientHeight ); // Laya.init(Laya.Browser.clientWidth,Laya.Browser.clientHeight, Laya.WebGL ); Laya.init(720,1280,Laya.WebGL); Laya.stage.alignH = Stage.ALIGN_CE...
来源: Laya_社区 发布时间: 20180226
...测试的此对象的 y 坐标。 shapeFlag:boolean — 是检查对象 (true) 的实际像素,还是检查边框 (false) 的实际像素。 2017-11-06 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 ymsdandan ...
来源: Laya_社区 发布时间: 20171106
... labelPadding="4" labelColors="#e5c39f,#e5c39f,#e5c39f,#e5c39f" labelBold="true" editorInfo="compId=25"/> </Image> <Image y="338" x="57" var="headLeft" skin="setting/server_run_left_1.png" editorInfo="compId=29"/> <Image y="338" x="604" var="headRight" skin="setting/server_run_righ...
来源: Laya_社区 发布时间: 20170221
...s:94 清空绘制命令。 Parameters Default value recoverCmds: boolean = true 是否回收绘图指令数组,设置为true,则对指令数组进行回收以节省内存开销,建议设置为true进行回收,但如果手动引用了数组,不建议回收 Returns void clipRect clipRect(x: ...
来源: Laya3.0_api 发布时间: 20231115
...NE 微信 avpvsdoom 赞同来自: box.transform.rotate(new Vector3(0,45,0),true,false); 我知道 这个方法可以旋转 但是这个方法不能写在 Laya.timer.loop 的回调方法里面 如果要按照这么写的话 模型就疯狂的旋转 所以我没用这个方法 我是在 Laya.timer.l...
来源: Laya_社区 发布时间: 20170919
...=SaveBase.prototype; Laya.imps(__proto,{"laya.webgl.canvas.save.ISaveData":true}) __proto.isSaveMark=function(){return false;} __proto.restore=function(context){ this._dataObj[this._valueName]=this._value; SaveBase._cache[SaveBase._cache._length++]=this; this._newSubmit && (context._curSubmi...
来源: Laya_社区 发布时间: 20171104
...如下 'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); const vscode = require("vscode"); function activate(context) { let disposable = vscode.commands.registerCommand('extension.buildTemplate', () => { vscode.window.showInformationMessage('build template complete.'); ...
来源: Laya_社区 发布时间: 20180728
...ew Sprite(); stage.addChild(guideContainer); guideContainer.mouseEnabled = true; guideContainer.cacheAs = "bitmap"; var hitArea = new HitArea(); hitArea.hit.drawRect(0, 0, width, height, "#000000"); guideContainer.hitArea = hitArea; var maskArea = new Sprite(); guideContainer.addChild(maskArea); mas...
来源: Laya_社区 发布时间: 20171031
...应该是vscode升级导致的问题 { "git.ignoreLimitWarning": true, "debug.javascript.usePreview":false } 2020-07-15 3 5 分享 微博 QZONE 微信 189*****909 赞同来自: 桌子 感谢大家,重新安装vscode,debugger for chrome 安装4.12.4版本后,一切正常。 202...
来源: Laya_社区 发布时间: 20200715