大约有 1,398 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0088 秒)
Laya_社区(1158) Laya2.0_文档(93) Laya2.0_api(64) laya_api(53) Laya3.0_文档(19) Laya3.0_api(10) Laya2.0_示例(1)
API DocumentationAll Packages | All Classes | Index | Frames No Frames AnimationBaseProperties | Methods | Events | Constants Packagelaya.displayClasspublic class AnimationBaseInheritanceAnimationBase Sprite Node EventDispatcher ObjectSubclasses Animation, FrameAnimation 动画基类,...
来源: Laya2.0_api 发布时间: 20190513
...t e.i.event (laya.core.min.js:1) at e.i.onError (laya.core.min.js:5) index.html:1 Access to Image at 'file:///H:/WeChatQ1Snake/release/layaweb/v1.0.0/map/tile_map.png' from origin 'null' has been blocked by CORS policy: Invalid response. Origin 'null' is therefore not allowed access. laya.core...
来源: Laya_社区 发布时间: 20180412
...file中JS标签自动生成 ts语言环境下 编写自定义类 编译后 index中不自动增加 调试,显示找不到方法 附件 : --> 2019-07-17 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 0 个回复 为什么被...
来源: Laya_社区 发布时间: 20190717
API DocumentationAll Packages | All Classes | Index | Frames No Frames PanelProperties | Methods | Events Packagelaya.uiClasspublic class PanelInheritancePanel Box Component Sprite Node EventDispatcher Object Panel 是一个面板容器类。 Public Properties Hide Inherited Public Propert...
来源: laya_api 发布时间: 20170929
...res/ui/listskins/5.jpg"); } list.array = data; } function updateItem(cell, index) { cell.label.text = cell.dataSource.lb; cell.input.text = cell.dataSource.value; // cell.setImg(cell.dataSource); } function onSelect(index) { console.log("当前选择的索引:" + index); } })();这段代码直接...
来源: Laya_社区 发布时间: 20180312
... 赞同来自: 如果js支持,layaAir下也支持,你可以直接通过index.html的script标签将第三方库引入,然后再AS下通过__JS__()的方式直接调js的方法使用即可! 2017-03-17 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请...
来源: Laya_社区 发布时间: 20170317
...Air", "type": "chrome", "request": "launch", "file": "${workspaceRoot}/bin/index.html", "runtimeExecutable": "${execPath}", "useBuildInServer": true, "sourceMaps": true, "webRoot": "${workspaceRoot}", "port": 9222, "fixedPort":false }, { "name": "chrome调试", "type": "chrome", "request": "launch",...
来源: Laya_社区 发布时间: 20180205
...口可以跳转API:[链接](https://layaair.ldc.layabox.com/api2/Chinese/index.html?category=Core&class=laya.d3.core.Camera)
来源: Laya2.0_文档 发布时间: 20210714
有关PathFinding.js 之前说这个是第三方库,所以我在index.html里面进行了加入 <script type="text/javascript" src="libs/laya.pathfinding.js"></script> 加入后,我在入口函数中进行使用,参考的是matter.js的载入方式 var PF = Laya.Browser.window....
来源: Laya_社区 发布时间: 20180404
ui组件list数据源的疑问 你好,我按照http://ldc.layabox.com/index.p ... 3D331 方法进行了UI设计,然后我的代码是这样的:(function() { //初始化引擎,设置游戏设计宽高。 Laya.init(750, 1334); //设置适配模式 // Laya.stage.scaleMode = "noborder"; var tes...
来源: Laya_社区 发布时间: 20170503