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

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

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

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

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

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

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

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

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

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

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

564. 文本-单行输入 [ 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_示例 发布时间: 20251209

565. 跑第一个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

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

567. 文本-禁止编辑 [ 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_示例 发布时间: 20251209

568. 3D场景-场景加载 [ 76%]

...种开发语言、LayaAirIDE让项目开发更高效。Laya3D.init(0, 0, true); Laya.stage.scaleMode = Laya.Stage.SCALE_FULL; Laya.stage.screenMode = Laya.Stage.SCREEN_NONE; var scene = Laya.stage.addChild(Laya.Scene.load("../../res/threeDimen/scene/Arena/Arena.ls")); var camera = scene.addChild(new...

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

569. Config3D的介绍(ActionScript-3D基础(AS3)-快速开始一个LayaAir3D项目) [ 75%]

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

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

570. 小程序开放域相关 [ 75%]

...      //初始化微信小游戏             MiniAdpter.init(true, true);               Laya.init(1136, 640);               MiniAdpter.window.wx.onMessage(onGetMessage);             Laya.loader.load(urlconfig,new Handler( null,onLoaded),null);         ...

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