大约有 3,521 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0076 秒)
Laya_社区(2615) Laya3.0_api(265) Laya2.0_文档(227) Laya2.0_api(113) laya_api(98) Laya_示例(83) Laya3.0_文档(75) Laya2.0_示例(45)
...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_示例 发布时间: 20241126
...}/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_示例 发布时间: 20241126
...种开发语言、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_示例 发布时间: 20241126
...-- | ------- | ------- | | 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
...seHandler问题 为Dialog设置了 closeHandler,但是如果调用 popup(true)的话 无法触发。 查看源码发现 true的话 会直接调用 removeChildren()方法 而closeHandler是在_doClose中调用, 请问我是否可以修改源码,完成我想要的效果,即在open方法中添...
来源: Laya_社区 发布时间: 20170807
... var groupName:String = null; if(isGroup == true){ groupName = url; } Laya.loader.create(_path, Handler.create(this,OnComplete,null),null,null,null,1,...
来源: Laya_社区 发布时间: 20180601
... 分享 微博 QZONE 微信 184*****121 赞同来自: 是一个isKinematic=true的物体加载后 clone 然后相撞之后就会互相影响吗? 你的示例不太好抓住问题的重点 2020-08-29 0 0 分享 微博 QZONE 微信 184*****121 赞同来自: 我这边创建了一个rigidbody 然后...
来源: Laya_社区 发布时间: 20200828