大约有 2,397 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0169 秒)
Laya_社区(1676) Laya3.0_api(170) Laya2.0_api(133) Laya2.0_文档(116) laya_api(102) Laya_示例(72) Laya2.0_示例(66) Laya3.0_文档(62)
# List 组件参考 ## 一、通过LayaAirIDE创建List组件 List 组件可显示项目列表。默认为垂直方向列表。可通过UI编辑器自定义列表。List 列表的每一个列表通常是一样的,也可以使用编辑器自定义不同样式的列表内容项。 List 通...
来源: Laya2.0_文档 发布时间: 20210715
...Index | Frames No Frames EventProperties | Methods | Constants Packagelaya.eventsClasspublic dynamic class EventInheritanceEvent ObjectSubclasses UIEvent Event 是事件类型的集合。一般当发生事件时,Event 对象将作为参数传递给事件侦听器。 Public Properties Propert...
来源: laya_api 发布时间: 20170929
输入文本组件(TextInput)1. LayaAir IDE中使用TextInput1.1 创建TextInput1.2 TextInput属性1.3 脚本控制TextInput2. Textinput代码创建输入文本组件(TextInput) 1. LayaAir IDE中使用TextInput 文本输入框是游戏中经常会用到的一个UI组件,任何需要输入的时...
来源: Laya3.0_文档 发布时间: 20251010
...放域),在这两个文件夹下分别建立微信小游戏项目。 2.在LayaAirIDE中对上面建立的两个项目中搜索关键字bitmap._addReference,在laya.core.js中找到,如下代码: if (bitmap){ bitmap._addReference(); }将其改成: if (bitmap && bitmap._addRe...
来源: Laya_社区 发布时间: 20180529
...图,先通过unity插件导出场景,这里其实也可以直接放到laya3d场景中,根据可行走区域获取高度数据,这个可参考官网的示例http://layaair.ldc.layabox.com ... ample,这个方法不推荐,因为初始化所有高度数据时间过长,如果真实游戏,...
来源: Laya_社区 发布时间: 20170505
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/core/particleShuriKen/ShurikenParticleMaterial" ShurikenParticleMaterial Class ShurikenParticleMaterial ShurikenParticleMaterial...
来源: Laya3.0_api 发布时间: 20231115
...容相关的链接 提交 2 个回复 189*****192 赞同来自: Sean8023 Laya.stage.on(Event.MOUSE_UP, this, onApeRelease); Laya.stage.on(Event.MOUSE_DOWN, this, onApeRelease); 通过 Event 类型 监听动作 class Event { /** 一个空的 Event 对象。用于事件派发中转...
来源: Laya_社区 发布时间: 20170601
Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/resource/RenderTextureCube" RenderTextureCube Class RenderTextureCube SpotLight 类用于创建RenderTextureCube。 Hierarchy Rende...
来源: Laya3.0_api 发布时间: 20231115
...dex | Frames No Frames UIEventProperties | Methods | Constants Packagelaya.uiClasspublic class UIEventInheritanceUIEvent Event Object UIEvent 类用来定义UI组件类的事件类型。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By alt...
来源: Laya2.0_api 发布时间: 20190513
2D拖尾渲染器(Trail2DRender)一、通过LayaAir IDE创建Trail2DRender组件1.1创建Trail2DRender1.2 Trail2DRender中的属性1.3属性讲解二、在代码中使用Trail2DRender2D拖尾渲染器(Trail2DRender) 2D拖尾渲染器可以在移动的游戏对象后创建一条多边形轨迹。通...
来源: Laya3.0_文档 发布时间: 20251010