大约有 6,513 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0110 秒)
Laya_社区(6283) Laya2.0_文档(71) Laya3.0_api(39) Laya3.0_文档(37) laya_api(36) Laya2.0_api(36) Laya2.0_示例(6) Laya_示例(5)
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
...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
...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
...。然后问题就出现了,我在关卡里放了一个检测碰撞的小提示,人物经过时会显示提示。当我关卡整体移动后,人物再次经过小提示的图像,没有再出现提示。反而在屏幕中小提示原本的位置,触发了提示。就像是图像随着父物...
来源: Laya_社区 发布时间: 20201027
...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
...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
... 使用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
...打包出来的js代码方法,比如ConchJNI.RunJS("this.gameOver()") 都提示TypeError: xxxx is not a function, gameOver方法不是静态的,跟这个有关系吗?如果是怎么调,不是怎么调用呢 麻烦各位大佬解答一下 2018-08-28 添加评论 免费帖 --> 分享 微...
来源: Laya_社区 发布时间: 20180828
...onChange); //加载到舞台 Laya.stage.addChild(this.hScrollBar); //创建提示信息 createPromptText(this.hScrollBar) } /***创建提示信息***/ function createPromptText(scrollBar) { //实例化提示信息 this.promptText = new Text(); //提示框字体 this.promptText.font = "黑体"; //提...
来源: Laya2.0_文档 发布时间: 20210714
...onChange); //加载到舞台 Laya.stage.addChild(this.vScrollBar); //创建提示信息 createPromptText(this.vScrollBar) } /***创建提示信息***/ function createPromptText(scrollBar) { //实例化提示信息 this.promptText = new Text(); //提示框字体 this.promptText.font = "黑体"; //提...
来源: Laya2.0_文档 发布时间: 20210715