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

大约有 1,410 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0058 秒)

71. LayaAir下Array.sort如何使用? [ 82%]

...问题解答(最新版本:1.7.16) TS项目使用matter.js库无智能提示 sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale LayaAirIDE下如何使用mask? 微信小游戏:HTMLDivElement的使用 微信小游戏如何使用ttf字体? 使用3D时候,Property ...

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

72. property 'laya3d' does not exist on type 'typeof laya' [ 82%]

...nit(0,0);这行代码中laya3d下面有红色的波浪线,鼠标至上去提示property 'laya3d' does not exist on type 'typeof laya',但是我有在bin下的index.html中添加d3.js,所以我怀疑是版本问题,因为他提示版本不匹配! 全局 tsc (2.3.2) != VS Code 的语言服务(...

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

73. 关于项目分包的问题?? [ 82%]

...var loginView:LoginView = new LoginView(); this.addChild(loginView); } } } 提示:你需要确定4步 1、导入的fb(或 fd)项目,找到LoginView,手动调整分包的js文件路径(由于分包期间做过调整,所有分包后的js文件统一放在h5文件夹下的js文件夹内...

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

74. 文本-单行输入 [ 82%]

...inputText.y = Laya.stage.height - inputText.height >> 1; // 移动端输入提示符 inputText.prompt = "Type some word..."; // 设置字体样式 inputText.bold = true; inputText.bgColor = "#666666"; inputText.color = "#ffffff"; inputText.fontSize = 20; Laya.stage.addChild(inputText); } })();module...

来源: Laya_示例 发布时间: 20241118

75. Laya_API3.0 [ 82%]

...olean): void Defined in Laya.ts:246 表示是否捕获全局错误并弹出提示。默认为false。 适用于移动设备等不方便调试的时候,设置为true后,如有未知错误,可以弹窗抛出详细错误堆栈。 Parameters value: boolean Returns void Static createRender createRe...

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

76. 文本-单行输入 [ 82%]

...inputText.y = Laya.stage.height - inputText.height >> 1; // 移动端输入提示符 inputText.prompt = "Type some word..."; // 设置字体样式 inputText.bold = true; inputText.bgColor = "#666666"; inputText.color = "#ffffff"; inputText.fontSize = 20; } } new Text_InputSingleline();module laya { ...

来源: Laya2.0_示例 发布时间: 20241118

77. 提示“AtlasResourceManager:Dispose the inner Atlas。” [ 82%]

提示“AtlasResourceManager:Dispose the inner Atlas。” AtlasResourceManager:Dispose the inner Atlas。 laya.webgl.js:374 >>>>altas garbageCollection =1 laya.webgl.js:372 AtlasResourceManager:Dispose the inner Atlas。 laya.webgl.js:374 >>>>altas garbageCollection =1 lay...

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

78. EXT:webgl support OES_vertex_array_object! [ 82%]

...2.layabox.com/doc/?nav=zh-js-1-0-1复制教程代码,F5,调试控制台提示EXT:webgl support OES_vertex_array_object! 结果黑屏     2018-10-12 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 4 个回复 Laya_XS ...

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

79. 文本-多行输入 [ 81%]

...); function createInput() { var inputText = new Input(); // 移动端输入提示符 inputText.prompt = "Type some word..."; //多行输入 inputText.multiline = true; inputText.wordWrap = true; inputText.size(350, 100); inputText.x = Laya.stage.width - inputText.width >> 1; inputText.y = Laya.stage...

来源: Laya_示例 发布时间: 20241118

80. 写下如下图简单代码,出现提示错误EXT:webgl support OES_vertex_array_object! [ 81%]

写下如下图简单代码,出现提示错误EXT:webgl support OES_vertex_array_object! 附件 : --> 2018-10-23 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 Laya_Xq 赞同来自: 你想干嘛? 2018-10-23...

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