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

大约有 6,513 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0110 秒)

351. IDE不能运行调试提示:Chrome error: Error:... [ 90%]

IDE不能运行调试提示:Chrome error: Error:... 运行IDE提示:Chrome error: Error: spawn F:\woody_code\layabox\LayaAirIDE\LayaAir.exe ENOENT 配置文件如图,ide路径也如图 LayaAir.exe是能够找到的,用Chorme模式调试则出现: Chrome error: Error: spawn C:/Program File...

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

352. Uncaught RangeError: Source is too large 这个怎么解决,下面是具体的错误提示,希望有朋友提供下解决方法 [ 90%]

...ngeError: Source is too large 这个怎么解决,下面是具体的错误提示,希望有朋友提供下解决方法 Uncaught RangeError: Source is too large at Float32Array.set (native) at DynamicBatch.__proto._getRenderElement (file:///D:/Projects_D/LayaPrjs/2017_FilesLayouterManager/bin/h5/Ma...

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

353. ComboBox属性详解(ActionScript-IDE篇(AS3)-IDE组件属性详解) [ 89%]

...es/ui/combobox.png"; /***下拉列表**/ private var comboBox:ComboBox /***提示信息文本框**/ private var promptText:Text; public function UI_ComboBox() { // 不支持WebGL时自动切换至Canvas Laya.init(800, 600, WebGL); //画布垂直居中对齐 Laya.stage.alignV = Stage.ALIGN_MIDDLE; //...

来源: Laya2.0_文档 发布时间: 20210714

354. 移动父物体,子物体碰撞器没有随图像移动 [ 89%]

...。然后问题就出现了,我在关卡里放了一个检测碰撞的小提示,人物经过时会显示提示。当我关卡整体移动后,人物再次经过小提示的图像,没有再出现提示。反而在屏幕中小提示原本的位置,触发了提示。就像是图像随着父物...

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

355. HScrollBar属性详解(TypeScript-IDE篇(TS)-IDE组件属性详解) [ 89%]

...hscroll$bar.png", "res/ui/hscroll$down.png", "res/ui/hscroll$up.png"]; /***提示信息文本框**/ private promptText:Text; /****水平滚动条****/ private hScrollBar:HScrollBar; constructor() { // 不支持WebGL时自动切换至Canvas Laya.init(800, 600, WebGL); //画布垂直居中对齐 Laya....

来源: Laya2.0_文档 发布时间: 20210715

356. VScrollBar属性详解(TypeScript-IDE篇(TS)-IDE组件属性详解) [ 89%]

...vscroll$bar.png", "res/ui/vscroll$down.png", "res/ui/vscroll$up.png"]; /***提示信息文本框**/ private promptText:Text; /****垂直滚动条****/ private vScrollBar:VScrollBar; constructor() { // 不支持WebGL时自动切换至Canvas Laya.init(800, 600, WebGL); //画布垂直居中对齐 Laya....

来源: Laya2.0_文档 发布时间: 20210715

357. 使用2.6引擎版本vscode开发不支持async await语法 编译出现提示缺少tslib错误 [ 88%]

... 使用2.6引擎版本vscode开发不支持async await语法 编译出现提示缺少tslib错误 错误提示:This syntax requires an imported helper but module 'tslib' cannot be found    semantic error TS2354: This syntax requires an imported helper but module 'tslib' cannot be found.     at...

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

358. ConchJNI.RunJS使用方法 [ 88%]

...打包出来的js代码方法,比如ConchJNI.RunJS("this.gameOver()") 都提示TypeError: xxxx is not a function, gameOver方法不是静态的,跟这个有关系吗?如果是怎么调,不是怎么调用呢   麻烦各位大佬解答一下 2018-08-28 添加评论 免费帖 --> 分享 微...

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

359. HScrollBar属性详解(JavaScript-IDE篇(JS)-IDE组件属性详解) [ 88%]

...onChange); //加载到舞台 Laya.stage.addChild(this.hScrollBar); //创建提示信息 createPromptText(this.hScrollBar) } /***创建提示信息***/ function createPromptText(scrollBar) { //实例化提示信息 this.promptText = new Text(); //提示框字体 this.promptText.font = "黑体"; //提...

来源: Laya2.0_文档 发布时间: 20210714

360. VScrollBar属性详解(JavaScript-IDE篇(JS)-IDE组件属性详解) [ 88%]

...onChange); //加载到舞台 Laya.stage.addChild(this.vScrollBar); //创建提示信息 createPromptText(this.vScrollBar) } /***创建提示信息***/ function createPromptText(scrollBar) { //实例化提示信息 this.promptText = new Text(); //提示框字体 this.promptText.font = "黑体"; //提...

来源: Laya2.0_文档 发布时间: 20210715