大约有 3,603 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0076 秒)
Laya_社区(2675) Laya3.0_api(265) Laya2.0_文档(227) Laya2.0_api(113) laya_api(98) Laya3.0_文档(97) Laya_示例(83) Laya2.0_示例(45)
...ollBar设置mouseWheelEnable=false后过一段时间设置mouseWheelEnable=true;无法滚动 构建iOS工程后,真机上运行显示“网络异常,请检查您的网络或与开发商联系...”, 发布到vivo平台后,龙骨动画无法显示 laya3D动画无法播放 问题状态 最新...
来源: Laya_社区 发布时间: 20160628
...-- | ------- | ------- | | isAntialias | 是否开启抗锯齿 | Boolean | true | | isAlpha | 画布是否透明 | Boolean | false | | premultipliedAlpha | 设置画布是否预乘 | Boolean | true | | isStencil | 设置画布是否开启模板缓冲 | Boolean | true | | octreeCulling | 是否开启...
来源: Laya2.0_文档 发布时间: 20210715
...-- | ------- | ------- | | isAntialias | 是否开启抗锯齿 | Boolean | true | | isAlpha | 画布是否透明 | Boolean | false | | premultipliedAlpha | 设置画布是否预乘 | Boolean | true | | isStencil | 设置画布是否开启模板缓冲 | Boolean | true | | octreeCulling | 是否开启...
来源: Laya2.0_文档 发布时间: 20210715
...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
...}/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
... 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
...制"; 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
...种开发语言、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
...-- | ------- | ------- | | isAntialias | 是否开启抗锯齿 | Boolean | true | | isAlpha | 画布是否透明 | Boolean | false | | premultipliedAlpha | 设置画布是否预乘 | Boolean | true | | isStencil | 设置画布是否开启模板缓冲 | Boolean | true | | octreeCulling | 是否开启...
来源: Laya2.0_文档 发布时间: 20210714
... //初始化微信小游戏 MiniAdpter.init(true, true); Laya.init(1136, 640); MiniAdpter.window.wx.onMessage(onGetMessage); Laya.loader.load(urlconfig,new Handler( null,onLoaded),null); ...
来源: Laya_社区 发布时间: 20180525