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

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

1. layaflash开发环境? [ 100%]

...: 1、Adobe Flash Builder  2、FlashDevelop layaFlash支持的语言: Action Script 3.0           2015-11-02 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 haliluya 相关问题 【屏幕适配】在LayaAir上面是竖屏,为...

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

2. Laya下怎么实现复制 [ 99%]

...; <div>hello world</div> <button class="btn" data-clipboard-action="copy" data-clipboard-target="div">Copy</button>  <!-- 2. Include library --> <script src="../src/Frame/ThirdLibs/clipboard.min.js"></script>  <!-- 3. Instantiate clipboard --> <sc...

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

3. [LayaAir3]LayaAir3.0UnityPlugin 导出出错 [ 86%]

...ect, System.Boolean isComputingLayout, UnityEngine.Rect layoutSize, System.Action onGUIHandler, System.Boolean canAffectFocus) (at <383db090fd544f24b368fd389016a28f>:0) UnityEngine.UIElements.IMGUIContainer.HandleIMGUIEvent (UnityEngine.Event e, UnityEngine.Matrix4x4 worldTransform, UnityEngin...

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

4. Dialog 第一次打开总是出现在窗口右下角,这是为啥,再打开就正常剧中了? [ 76%]

... }], "animations":[ { "nodes":[ ], "name":"ani1", "id":1, "frameRate":24, "action":0 }] } 附件 : --> 2020-04-17 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 8 个回复 180*****858 赞同来自: 请问谁知道这是什...

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

5. TypeScript在LayaAir 1.X和2.X中对待module和namespace的异同,求2.x使用自定义namespace的方法(module已经找到方法) [ 73%]

...何互相引用module, namespace都不完善,内部开发人员应该是action script技术人员占绝对主导地位的,typescript/javascript应该是边缘角色,所以不重视typescript的文档,说不上话。 我探索了好久,发现2.x的typescript分文件组织代码的方法,...

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

6. 打包安卓Android studio黑屏 [ 64%]

...b shell am start -n "com.layabox.test/demo.MainActivity" -a android.intent.action.MAIN -c android.intent.category.LAUNCHER Client not ready yet..Waiting for process to come online Connected to process 27883 on device huawei-mha_al00-3HX0217401012320 Capturing and displaying logcat messages from appl...

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

7. 示例打地鼠发布打包后提示TypeError: this.preinitialize is not a function [ 62%]

...b shell am start -n "com.layabox.game/demo.MainActivity" -a android.intent.action.MAIN -c android.intent.category.LAUNCHER -D Waiting for application to come online: com.layabox.game.test | com.layabox.game Connecting to com.layabox.game Capturing and displaying logcat messages from application. Thi...

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

8. 插件开发说明 · LayaAir3.3 · 引擎文档 · LAYABOX [ 57%]

... "text", type : "string" }, { name : "count" , type: "number" }, { name : "actions", inspector: "Buttons", options : { buttons : [ { caption : "点我", event: "my_click" } ] } } ] } ]); this._panel.allowUndo = true; //根据需要设置 //如果不需要undo功能,也可以直接this._data = {}; ...

来源: Laya3.0_文档 发布时间: 20251010

9. 安装layaair2-cmd一直失败 [ 56%]

...gifsicle@4.0.1~postinstall: Failed to exec postinstall script 31934 timing action:postinstall Completed in 18553ms 31935 verbose unlock done using C:\Users\Administrator\AppData\Roaming\npm-cache\_locks\staging-abc99ad82fab7dbe.lock for C:\Users\Administrator\AppData\Roaming\npm\node_modules\.stagin...

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

10. VSCode高效开发工作流配置指南(TypeScript-IDE篇(TS)-代码模式基础) [ 40%]

...增加以下内容: ```json [ { "key": "ctrl+f8", "command": "workbench.action.tasks.runTask", "args": "compile" } ] ``` 到这里,我们就完成了给编译命令绑定快捷方式的全部操作。以后,我们就可以在VSCode中直接使用Ctrl+F8编译,F5断点运行,这个快捷的...

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