大约有 2,837 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0087 秒)
Laya_社区(1676) Laya3.0_api(668) Laya2.0_文档(133) Laya2.0_api(128) laya_api(122) Laya3.0_文档(83) Laya2.0_示例(16) Laya_示例(11)
...ttps://layaair2.ldc2.layabox.com/api2/Chinese/index.html?version=2.9.0beta&type=2D&category=UI&class=laya.ui.Clip) Clip 组件的资源示例:  (图1) 设置 clipX 属性的值为10后的显示效果:  (图2) ...
来源: Laya2.0_文档 发布时间: 20210714
...itFlag __init__ changeVertexDefine shaderValueInit Legend Class Class with type parameter Constructor Method Accessor Object literal Variable Function Type alias Inherited property Inherited method Inherited accessor Enumeration Interface
来源: Laya3.0_api 发布时间: 20231115
...个场景,预览下就报错: MissingReferenceException: The object of type 'SkinnedMeshRenderer' has been destroyed but you are still trying to access it. Your script should either check if it is null or you should not destroy the object. n.a (UnityEngine.SkinnedMeshRenderer A_0, System.String ...
来源: Laya_社区 发布时间: 20210607
...ttps://layaair2.ldc2.layabox.com/api2/Chinese/index.html?version=2.9.0beta&type=Core&category=Utils&class=laya.utils.Pool),用于对象的存贮、重复使用。比较常用的是`对象池创建`方法`getItemByClass()`与`回收到对象池`方法`recover()`。 如图1-1、图1-2所示。  API内,该属性的说明如图1所示: (图1) ## 二、简单的遮罩示例 ### 2.1 我们先用LayaAir引擎显示一张位图 创建一个`MaskD...
来源: Laya2.0_文档 发布时间: 20210715
...载。 LayaAirIDE2.0 下载地址:https://ldc2.layabox.com/layadownload/?type=layaairide ## 二、用LayaAirIDE创建JS项目 首次打开LayaAir IDE,可以创建一个示例项目,IDE在创建时会自动生成结构清晰的目录结构,我们将在这介绍 LayaAir IDE创建项目的流...
来源: Laya2.0_文档 发布时间: 20210714
...Laya; @regClass() export class NewScript extends Laya.Script { @property({ type: Laya.Tab }) public tab: Laya.Tab; //组件被激活后执行,此时所有节点和组件均已创建完毕,此方法只执行一次 onAwake(): void { this.tab.pos(200, 200); this.tab.labelBold = true; this.tab.label...
来源: Laya3.0_文档 发布时间: 20251010
...tempVector0 _tempVector1 _tempVector2 _tempVector3 Legend Class Class with type parameter Constructor Property Method Object literal Variable Function Type alias Static property Static method Enumeration Interface
来源: Laya3.0_api 发布时间: 20231115
...ac_addr" = "02:00:00:00:00:00"; "net_owner" = PopcornNew; "net_type" = WIFI; resolution = 414x736; "startup_count" = 0; "startup_time" = 1560396012; system = "iPhone OS"; "system_version" = "9.3.4"; } 2019-06-13 11:20:12.537 RBaoSANGuo_H5L1[1552:289925] Reac...
来源: Laya_社区 发布时间: 20190612
...ttps://layaair2.ldc2.layabox.com/api2/Chinese/index.html?version=2.9.0beta&type=2D&category=UI&class=laya.ui.ViewStack)。 ## 2、通过LayaAirIDE创建ViewStack组件 ### 2.1 创建ViewStack页面 #### 2.1.1 准备美术资源 准备好页面背景图以及需要切换的页面美术资源,放到...
来源: Laya2.0_文档 发布时间: 20210715