大约有 1,009 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0056 秒)
Laya3.0_api(341) Laya_社区(201) Laya2.0_api(191) laya_api(154) Laya3.0_文档(114) Laya2.0_文档(6) Laya2.0_示例(1) Laya_示例(1)
2.0引擎开发者使用3.0的差异汇总1、LayaAir3.0 Loader修改1.1加载一个资源1.2 加载多个资源(用数组)1.3 加载多个文件(组合)1.5 加载HTMLImage1.6 使用Options。1.7 预制体/场景的问题1.8 旧版本引擎load和create的兼容性问题1.9扩展Loader能...
来源: Laya3.0_文档 发布时间: 20251010
...engine项目工程目录说明 Author:Charley 一、目录构成概述 LayaAir IDE创建的项目工程,由五个可见目录与几个根目录的文件构成,效果如图1所示。 (图1) 1.1 工程文件 .laya 后缀的文件是LayaAir引擎项目工程文件,用于识别是否是LayaA...
来源: Laya3.0_文档 发布时间: 20251010
...个节点树进行渲染,然后就把我们需要的页面渲染出来,Laya 其实也是一样,不同的组件和场景组成了一个节点树,交给Laya 引擎渲染。 节点是项目开发的基础,只有充分了解如何操作节点,才能更快的实现复杂的需求。每个节...
来源: Laya3.0_文档 发布时间: 20251010
...| Index | Frames No Frames VertexBuffer3DProperties | Methods Packagelaya.d3.graphicsClasspublic class VertexBuffer3DInheritanceVertexBuffer3D Buffer laya.resource.Resource VertexBuffer3D 类用于创建顶点缓冲。 Public Properties Hide Inherited Public Properties Show Inherited Public Pro...
来源: laya_api 发布时间: 20170929
...reateChildren():void { super.createChildren(); this.createView(Laya.loader.getRes("test/TestPage.json")); this.loadUI("test/TestPage"); } 2. 在编辑器生成代码的时候怎么添加自定义的操作? 比如我想同时生成一个UI资源引用的配置文件要怎么做 2...
来源: Laya_社区 发布时间: 20171229
...dex | Frames No Frames Vector2Properties | Methods | Constants Packagelaya.d3.mathClasspublic class Vector2InheritanceVector2 ObjectImplements laya.d3.core.IClone Vector2 类用于创建二维向量。 Public Properties PropertyDefined By x : NumberX轴坐标Vector2 y : NumberY轴坐标V...
来源: Laya2.0_api 发布时间: 20190513
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/physics/PhysicsTriggerComponent" PhysicsTriggerComponent Class PhysicsTriggerComponent PhysicsTriggerComponent 类用于创建...
来源: Laya3.0_api 发布时间: 20231115
...x | Frames No Frames TextStyleProperties | Methods | Constants Packagelaya.display.cssClasspublic class TextStyleInheritanceTextStyle laya.display.css.SpriteStyle 文本的样式类 Public Properties PropertyDefined By align : String 表示使用此文本格式的文本段落的水平对齐...
来源: Laya2.0_api 发布时间: 20190513
...需要用到该Dialog的场景管关联起来,以下代码块为例。 Laya.Scene.open("Prefab2D.lh"); (图3) (动图4) 2、Dialog属性介绍 (图5) 属性 功能 dragarea 拖动区域(格式:x,y,width,height),默认值为"0,0,0,0"。 ismodal 是否是模式窗口,默认...
来源: Laya3.0_文档 发布时间: 20230303
...| Frames No Frames GeolocationProperties | Methods | Constants Packagelaya.device.geolocationClasspublic class GeolocationInheritanceGeolocation Object 使用前可用supported查看浏览器支持。 Public Properties PropertyDefined By enableHighAccuracy : Boolean = false[static] 如果ena...
来源: laya_api 发布时间: 20170929