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

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

561. 文本-禁止编辑 [ 76%]

...制"; inputText.editable = false; // 设置字体样式 inputText.bold = true; inputText.bgColor = "#666666"; inputText.color = "#ffffff"; inputText.fontSize = 20; Laya.stage.addChild(inputText); } })();module laya { import Input = Laya.Input; import Stage = Laya.Stage; import Browser = Laya.Browser...

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

562. 截屏无法实现 [ 76%]

...e_proxy(mProxy);         mPlugin.game_plugin_set_option("localize", "true");         mPlugin.game_plugin_set_option("gameUrl",                 "http://stand.alone.version/index.html");         mPlugin.game_plugin_init();         View gameView = mPlugin.ga...

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

563. sk文件加载 [ 76%]

...andler.create(this,function(){                  sk.play(1,true)                  sk.pos(200,200)                 Laya.stage.addChild(sk);             }))                                        Laya.tim...

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

564. 项目分包后无法运行 [ 76%]

...ollBar设置mouseWheelEnable=false后过一段时间设置mouseWheelEnable=true;无法滚动 构建iOS工程后,真机上运行显示“网络异常,请检查您的网络或与开发商联系...”, 发布到vivo平台后,龙骨动画无法显示 laya3D动画无法播放 问题状态 最新...

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

565. Config3D的介绍(TypeScript-3D基础(TS)-快速开始一个LayaAir3D项目) [ 76%]

...-- | ------- | ------- | | isAntialias | 是否开启抗锯齿 | Boolean | true | | isAlpha | 画布是否透明 | Boolean | false | | premultipliedAlpha | 设置画布是否预乘 | Boolean | true | | isStencil | 设置画布是否开启模板缓冲 | Boolean | true | | octreeCulling | 是否开启...

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

566. Config3D的介绍(JavaScript-3D基础(JS)-快速开始一个LayaAir3D项目) [ 76%]

...-- | ------- | ------- | | isAntialias | 是否开启抗锯齿 | Boolean | true | | isAlpha | 画布是否透明 | Boolean | false | | premultipliedAlpha | 设置画布是否预乘 | Boolean | true | | isStencil | 设置画布是否开启模板缓冲 | Boolean | true | | octreeCulling | 是否开启...

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

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

...tText.prompt = "Type some word..."; // 设置字体样式 inputText.bold = true; inputText.bgColor = "#666666"; inputText.color = "#ffffff"; inputText.fontSize = 20; } } new Text_InputSingleline();module laya { import Input = Laya.Input; import Stage = Laya.Stage; import Browser = Laya.Browser; impo...

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

568. 跑第一个HelloLayabox出现runtimeExecutable配置错误 [ 76%]

...}/bin/index.html", "runtimeExecutable": "${execPath}", "useBuildInServer": true, "sourceMaps": true, "webRoot": "${workspaceRoot}", "port": 9222, "fixedPort":false }, { "name": "chrome调试", "type": "chrome", "request": "launch", "url": "${workspaceRoot}/bin/index.html", // "换成自己的谷歌...

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

569. laya教程 [ 76%]

... debug for Chrome  安装 修改 compile.js中的sourcemap属性修改为true 或者搜索sourcemap:修改false为true 修改config.json中sourceMap属性为true   打开main.ts onConfigLoaded() console.log('helloworld');   F9打断点 LAYA中按 F8(编译)  VSCODE 中按f5(运行)     L...

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

570. 文本-禁止编辑 [ 76%]

...制"; inputText.editable = false; // 设置字体样式 inputText.bold = true; inputText.bgColor = "#666666"; inputText.color = "#ffffff"; inputText.fontSize = 20; } } new Text_Editable();module laya { import Input = Laya.Input; import Stage = Laya.Stage; import Browser = Laya.Browser; import WebGL ...

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