大约有 1,758 项符合查询结果, 库内数据总量为 31,625 项。 (搜索耗时: 0.0057 秒)
Laya_社区(1080) Laya3.0_api(672) Laya2.0_文档(2) Laya_示例(1) Laya3.0_文档(1) Laya2.0_api(1) Laya2.0_示例(1)
...ss with type parameter Constructor Property Method Object literal Variable Function Type alias Enumeration Interface
来源: Laya3.0_api 发布时间: 20231115
...逻辑是: 程序入口: // src/Main.ts // 正确导出示例 export function main() { // 使用 export 关键字 console.log("启动资源加载场景"); Laya.Scene.open("./Scenes/GameLoading.ls"); } 在web预览里面可以,怎么发布成web就不行了 2.png 是我的目录...
来源: Laya_社区 发布时间: 20250326
...该类下的以下代码注释重新编译即可 //canvas.oncontextmenu = function(e:*):* { // if (enabled) return false; // } //e.preventDefault(); 有6句,需要全部注释 2017-02-07 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先...
来源: Laya_社区 发布时间: 20170112
... btCollisionObject undefined 导微信小程序报错window.focus is not a function 问题状态 最新活动: 2019-12-05 09:40 浏览: 1556 关注: 2 人 斯人独憔悴 • 2019-12-05 11:19 在项目目录的tsconfig文件内,指定了"include" "exclude" 目录,依然还是...
来源: Laya_社区 发布时间: 20191204
...constructor gradientCount add clone cloneTo Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Method Enumeration Interface
来源: Laya3.0_api 发布时间: 20231115
...port laya.ui.Image; import laya.webgl.WebGL; public class TTFTest { public function TTFTest() { Laya.init(550,400); var sp:Image=new Image(); sp.loadImage("2.png"); Laya.stage.addChild(sp); var text:Text=new Text(); text.fontSize=40; text.color="#FF00FF"; text.text="哈哈哈哈哈哈哈哈哈哈哈...
来源: Laya_社区 发布时间: 20160514
...rState currentState duration normalizedTime Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Accessor Enumeration Interface
来源: Laya3.0_api 发布时间: 20231115
...中的第一行应该如 清单 13 所示。 清单 13. 检查就绪状态 function updatePage() { if (request.readyState == 4) alert("Server is done!"); } 从这里找一找答案吧http://www.cnblogs.com/meil/ar ... .html 2018-01-05 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被...
来源: Laya_社区 发布时间: 20180105
...SoundManager.playMusic('res/sound/'+'fail'+'.wav',1, new Laya.Handler(null,function(){ alert('123') })); 在chrome下 提示图片这个警告,,,手机上也没有声音 附件 : --> 2018-04-03 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容...
来源: Laya_社区 发布时间: 20180403
...box 默认的坐标为0 添加到vbox中后使用 if (items)items.sort(function(a,b){return a.y-b.y;}); 排序会改变他的排序位置 每次添加都从上往下排第二个开始添加 2019-03-14 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与...
来源: Laya_社区 发布时间: 20190314