大约有 9 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0031 秒)
... Public/Protected All Inherited Externals Only exported Menu Globals "laya/components/Prefab" Prefab Class Prefab 模板,预制件 Hierarchy Prefab Index Methods create Methods create create(): any Defined in laya/components/Prefab.ts:14 通过预制创建实例 Returns any Globals "laya/component...
来源: Laya3.0_api 发布时间: 20231102
... | All Classes | Index | Frames No Frames PrefabMethods Packagelaya.componentsClasspublic class PrefabInheritancePrefab Object 模板,预制件 Public Methods MethodDefined By create():* 通过预制创建实例 PrefabMethod Detailcreate()method public function create():* 通过预制...
来源: Laya2.0_api 发布时间: 20190513
...个问题了,反复测试了很多次,结局依然是undefined。 laya.components.Script 里面定义了 /** @prop {name:poker,tips:"prefab",type:Prefab}*/ private mPokerObj: laya.components.Prefab 然后再编辑模式里面手动拖拽事先编辑好的prefab 然后再代码中 laya.utils.Pool...
来源: Laya_社区 发布时间: 20190304
...s:198 实例化一个UI3D Returns UI3D Properties Optional _extra _extra: IComponentExtra Inherited from Component._extra Defined in laya/components/Component.ts:36 _receiveShadow _receiveShadow: boolean Inherited from PixelLineRenderer._receiveShadow Defined in laya/d3/core/render/BaseRender.ts:215...
来源: Laya3.0_api 发布时间: 20231115
...和laya.core.js中有这个代码: *模板,预制件 */ //class laya.components.Prefab var Prefab=(function(){ function Prefab(){ /**@private */ this.json=null; } __class(Prefab,'laya.components.Prefab'); var __proto=Prefab.protot...
来源: Laya_社区 发布时间: 20181102
...级的属性;另外使用到项目中会报:Uncaught ReferenceError: component is not defined
来源: Laya_社区 发布时间: 20171117
...设置它的 renderType 这样也不行 : this.imgExpedition = new component.HomeScaleFilterImg(3, 655, "home/imgExpedition.png", 0); this._sprHome.addChildAt(this.imgExpedition, 0); this.homeScaleFilterImgList.push(this.imgExpedition); Laya.timer.once(2000, this, () => { let dd: Laya....
来源: Laya_社区 发布时间: 20180507
...ead property 'displayObject' of null Uncaught TypeError: Class constructor Component cannot be invoked without 'new' 构建APP Android Studio打出的APK 报apploader.js:4515 TypeError: addGlobalValueDefine is not a function 关于graphics.drawTexture方法设置纹理报错TypeError: texture.getIsR...
来源: Laya_社区 发布时间: 20200309
... Author:Charley 、谷主、孟星煜 一、 什么是ECS ECS是Entity-Component-System(实体-组件-系统)的简写,这是一种基于数据驱动的游戏设计模式。 LayaAir的ECS,将场景中每一个有着唯一ID的显示对象节点都被看做一个个的实体。每一个实...
来源: Laya3.0_文档 发布时间: 20241014