大约有 3,288 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0152 秒)
Laya_社区(1556) Laya3.0_api(799) Laya2.0_api(368) laya_api(298) Laya2.0_文档(201) Laya3.0_文档(45) Laya2.0_示例(12) Laya_示例(9)
Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/component/staticmesh/StaticBatchMesh" StaticBatchMesh Class StaticBatchMesh Hierarchy StaticBatchMesh Index Constructors constru...
来源: Laya3.0_api 发布时间: 20231115
项目里只有一个index.html,我想有多个不同的html显示,打开ide进行编译的时候浏览器还是默认打开idex.html,是不是有什么设置可以打开其他html? 附件 : --> 2017-12-14 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请:...
来源: Laya_社区 发布时间: 20171214
Search Preparing search index... The search index is not available ts Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/graphics/VertexDeclaration" VertexDeclaration Class VertexDeclaration VertexDeclaration 类用于生成顶点声明。 Hierarchy Vert...
来源: Laya3.0_api 发布时间: 20231102
...r做的一个页面引入,能打包之后放到android studio里面访问index.html不? mPlugin.game_plugin_set_option("gameUrl", "http://192.168.x.x:8900/bin/index.html"); 这种方式能够访问到index.html,有没有直接把layaAir打包直接放在android Studio 里面,然...
来源: Laya_社区 发布时间: 20171224
...dler(this, updateItem); return list; } function updateItem(cell, index) { console.log(index); // console.log(cell.dataSource); cell.setImg(cell.dataSource[index]); cell.on(Laya.Event.CLICK, function() { console.log("click") }) } fun...
来源: Laya_社区 发布时间: 20180724
...lectHandler list.selectHandler选项点击事件,不能连续点击同一index的选项 private onSelect(index: number): void { console.log("当前选择的索引:" + index); let checkBoxItem:Laya.CheckBox = this._list.getChildAt(index).getChildAt(0) as Laya.CheckBox...
来源: Laya_社区 发布时间: 20241014
Search Preparing search index... The search index is not available ts Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/Input3D" Input3D Class Input3D Input3D 类用于实现3D输入。 Hierarchy Input3D Index Accessors multiTouchEnabled Methods getTouc...
来源: Laya3.0_api 发布时间: 20231102
...片 for (var i = 0; i < 8; i++) { for (var j = 0; j < 3; j++) { var index = 8 * j + i card[index] = new Laya.Sprite(); Laya.stage.addChild(card[index]); card[index].name = index; card[index].graphics.drawRect(0, 0, 80, 120, null, "#000000", 2); card[index].graphics.loadImage("linkgame_card.jpg...
来源: Laya_社区 发布时间: 20160623
Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/WebXR/core/WebXRInput" WebXRInput Class WebXRInput author miner 类用来描述输入设备 Hierarchy EventDispatcher WebXRInput...
来源: Laya3.0_api 发布时间: 20231115
...了。 2.在项目没有做任何更改的情况下使用layadcc如果将index.html一起打包进去,app启动的时候,应用程序只会显示一部分。不打包index.html是没有问题的。经过测试,如果修改一下index.html(比如打一个空格),然后再打一个update...
来源: Laya_社区 发布时间: 20180311