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

大约有 3,617 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0117 秒)

3321. 飞机大战地图滚动报错,麻烦看下? [ 45%]

...ollBar设置mouseWheelEnable=false后过一段时间设置mouseWheelEnable=true;无法滚动 Panel加了vScrollBarSkin还是不能滚动 runtime运行报错! 用了ByteArray的zlib.min.js后报错 IDE通过.ui自动生成的ui代码报错 问题状态 最新活动: 2016-07-21 20:07 浏览: 2409 ...

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

3322. 模拟石头下落过程不明抖动 [ 45%]

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

3323. laya的hitTestPoint没有第三个参数吗,只检测到矩形碰撞?惨了我as3人物的精确碰撞都靠第三个参数 怎么改装成h5? [ 45%]

...测试的此对象的 y 坐标。 shapeFlag:boolean — 是检查对象 (true) 的实际像素,还是检查边框 (false) 的实际像素。 2017-11-06 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 ymsdandan ...

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

3324. UI模式下Dialog标签嵌套RadioGroup会导致编辑器卡死 [ 45%]

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

3325. laya.ui.AutoBitmap_API3.0 [ 45%]

...s:94 清空绘制命令。 Parameters Default value recoverCmds: boolean = true 是否回收绘图指令数组,设置为true,则对指令数组进行回收以节省内存开销,建议设置为true进行回收,但如果手动引用了数组,不建议回收 Returns void clipRect clipRect(x: ...

来源: Laya3.0_api 发布时间: 20231115

3326. 怎么让模型原地依照Y轴旋转到 我指定的角度? 角度 如何 转换成 Y轴旋转 的四元数? [ 45%]

...NE 微信 avpvsdoom 赞同来自: box.transform.rotate(new Vector3(0,45,0),true,false); 我知道 这个方法可以旋转 但是这个方法不能写在 Laya.timer.loop 的回调方法里面 如果要按照这么写的话 模型就疯狂的旋转 所以我没用这个方法 我是在 Laya.timer.l...

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

3327. mac 下翻译出来的顺序问题 [ 45%]

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

3328. LAYAIDE运行VSCODE插件失败问题(VSCODE正常) [ 45%]

...如下 '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

3329. 引擎示例中的新手引导自己写了一次,不知道为什么无法实现点击。 [ 45%]

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

3330. 编译调试启动chrome出现错误: Error processing launch: Error Could not attach to main target [ 45%]

...应该是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