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

大约有 1,030 项符合查询结果, 库内数据总量为 31,625 项。 (搜索耗时: 0.0189 秒)

961. laya.ui.HBox [ 42%]

... DocumentationAll Packages | All Classes | Index | Frames No Frames HBoxProperties | Methods | Events | Constants Packagelaya.uiClasspublic class HBoxInheritanceHBox LayoutBox Box UIComponent Sprite Node EventDispatcher Object HBox 是一个水平布局容器类。 Public Properties Hide I...

来源: Laya2.0_api 发布时间: 20190513

962. 粒子属性详解(ActionScript-3D基础(AS3)-LayaAir3D之粒子系统) [ 42%]

... 3. *Volume Shell* 体积壳 5. *Randomize Direction* 随机化方向 4. `Box` 盒子形 1. *BoxX* 盒子X 2. *BoxY* 盒子Y 3. *BoxZ* 盒子Z 4. *Emitform* 发射 1. *volume* 5. *Randomize Direction* 随机化方向 5. `circle` 环形 1. *Radius* 半径 2. *Arc* 角度 3. *Emit From Edge* 基于边...

来源: Laya2.0_文档 发布时间: 20210715

963. LayaAir功能介绍(TypeScript-简介篇(TS)-LayaAir引擎简介) [ 42%]

...、UI系统、物理系统、TiledMap、prtocol等API; 还新增内置了box2d物理引擎、组件化支持,以及150多款3D功能,比如: 新增的主要官方材质包括PBRStandardMaterial、PBRSpecularMaterial以及UnlitMaterial材质等。 纹理方面,增加多种纹理参数配置...

来源: Laya2.0_文档 发布时间: 20210715

964. 组件装饰器说明 · LayaAir3.3 · 引擎文档 · LAYABOX [ 42%]

...Node } ) //节点类型 private scnen2D: Laya.Node; @property( { type:Laya.Box } ) //拿到 Box 组件 private box: Laya.Box; @property( { type:Laya.List } ) //拿到 List 组件 private list: Laya.List; @property( { type:Laya.Image } ) //拿到 Image 组件 private image: Laya.Image; @property( { t...

来源: Laya3.0_文档 发布时间: 20251010

965. 请问laya有没有类似翻页容器(pageView)的组件? [ 41%]

...i}.png`) } this.list_rule.array = imgArray; } public updateItem(cell: Laya.Box, index: number): void { let img_rule = cell.getChildByName("img_rule") as Laya.Image; img_rule.skin = cell.dataSource let text_info = cell.getChildByName("text_des") as Laya.Text; let i18n = Laya.loader.getRes("config/i18...

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

966. laya.ui.LayoutBox [ 41%]

...mentationAll Packages | All Classes | Index | Frames No Frames LayoutBoxProperties | Methods | Events Packagelaya.uiClasspublic class LayoutBoxInheritanceLayoutBox Box UIComponent Sprite Node EventDispatcher ObjectSubclasses HBox, VBox LayoutBox 是一个布局容器类。 Public Properties...

来源: Laya2.0_api 发布时间: 20190513

967. tiledMap类createMap()创建地图 如何理解这个viewRect视口区 [ 41%]

...链接 提交 1 个回复 Laya_Aaron 赞同来自: https://layaair.ldc.layabox.com/demo/?category=2d&group=TiledMap&name=ScrollMap   看这个示例吧,这种开发代码我们不看的。 2018-06-14 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题...

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

968. tiledMap类createMap()创建地图 如何理解这个viewRect视口区 [ 41%]

...链接 提交 1 个回复 Laya_Aaron 赞同来自: http://layaair.ldc.layabox.com/api/laya/map/TiledMap.html     看api把limitrange:boolean 填true 有变化没有。 2018-06-12 0 4 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 谢 相...

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

969. list ,增加item ,我想在末尾增加,但是每次都给我翻倍的增加,如何解决 [ 40%]

...gSprite.pos(0, 0); this.addChild(bgSprite); } } } Laya.class(Item, "Item", Box); var list = new List(); list.itemRender = Item; list.x = 15; list.y = 60; list.height = 470; list.width = 542; list.spaceY = 20; list.vScrollBarSkin = ""; list.repeatX = 1; list.repeatY = 10; list.selectEnable = false; l...

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

970. 2D寻路 · LayaAir3.3 · 引擎文档 · LAYABOX [ 40%]

...:设置障碍物的区域标记。 MeshType:设置障碍物的类型:box、cycle、mesh。 编辑形状:点击后,可以在场景中通过鼠标拖拽的方式移动障碍物。 如图2-18所示,box类型的障碍物,不需要再次烘焙就可以改变导航网格(橙色部分为之...

来源: Laya3.0_文档 发布时间: 20251010