大约有 10 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0045 秒)
...: 1、Adobe Flash Builder 2、FlashDevelop layaFlash支持的语言: Action Script 3.0 2015-11-02 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 haliluya 相关问题 【屏幕适配】在LayaAir上面是竖屏,为...
来源: Laya_社区 发布时间: 20151102
...; <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
...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
... }], "animations":[ { "nodes":[ ], "name":"ani1", "id":1, "frameRate":24, "action":0 }] } 附件 : --> 2020-04-17 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 8 个回复 180*****858 赞同来自: 请问谁知道这是什...
来源: Laya_社区 发布时间: 20200417
...何互相引用module, namespace都不完善,内部开发人员应该是action script技术人员占绝对主导地位的,typescript/javascript应该是边缘角色,所以不重视typescript的文档,说不上话。 我探索了好久,发现2.x的typescript分文件组织代码的方法,...
来源: Laya_社区 发布时间: 20181026
...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
...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
... "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
...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
...增加以下内容: ```json [ { "key": "ctrl+f8", "command": "workbench.action.tasks.runTask", "args": "compile" } ] ``` 到这里,我们就完成了给编译命令绑定快捷方式的全部操作。以后,我们就可以在VSCode中直接使用Ctrl+F8编译,F5断点运行,这个快捷的...
来源: Laya2.0_文档 发布时间: 20210715