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

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

221. laya.d3.component.staticmesh.StaticBatchMesh_API3.0 [ 88%]

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

222. 项目里只有一个index.html,我想有多个不同的html显示,打开ide进行编译的时候浏览器还是默认打开idex.html,是不是有什么设置可以打开其他html? [ 88%]

项目里只有一个index.html,我想有多个不同的html显示,打开ide进行编译的时候浏览器还是默认打开idex.html,是不是有什么设置可以打开其他html? 附件 : --> 2017-12-14 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请:...

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

223. laya.d3.graphics.VertexDeclaration_API3.0 [ 88%]

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

224. LayaAir写了一个页面,怎么在Android studio 中引入 [ 88%]

...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

225. list item 添加事件后无法监听 [ 88%]

...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

226. [LayaAir3]list.selectHandler [ 88%]

...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

227. laya.d3.Input3D_API3.0 [ 88%]

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

228. LayaAir开发笔记(1)五十音图连连看 [ 88%]

...片 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

229. laya.d3.webxr.core.WebXRInput_API3.0 [ 88%]

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

230. 使用LayaDCC打包若干问题 [ 88%]

...了。 2.在项目没有做任何更改的情况下使用layadcc如果将index.html一起打包进去,app启动的时候,应用程序只会显示一部分。不打包index.html是没有问题的。经过测试,如果修改一下index.html(比如打一个空格),然后再打一个update...

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