大约有 224 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0054 秒)
Laya3.0_api(69) Laya3.0_文档(49) Laya2.0_api(43) laya_api(33) Laya_社区(25) Laya2.0_文档(3) Laya2.0_示例(1) Laya_示例(1)
...event getCachedClip getPixels getTexturePixels hasListener isCreateFromURL load off offAll offAllCaller on once recoverBitmap setTo create createFromTexture destroyUnusedResources Constructors constructor new Texture(source?: Texture | BaseTexture, uv?: ArrayLike<number>, sourceWidth?: number,...
来源: Laya3.0_api 发布时间: 20231115
...ublic progressBar: Laya.ProgressBar; @property({ type: Laya.Text }) public loadText: Laya.Text; //组件被激活后执行,此时所有节点和组件均已创建完毕,此方法只执行一次 onAwake(): void { this.progressBar.value = 0.01; //初始进度值 this.loadText.text = "资源加载...
来源: Laya3.0_文档 发布时间: 20251010
...克隆。 BaseMaterial cloneTo(destObject:*):void 克隆。 BaseMaterial load(url:String, complete:Handler):void[static] 加载材质。 BaseMaterial setShaderName(name:String):void 设置使用Shader名字。 BaseMaterialProtected Methods Show Inherited Protected Methods Show Inherited Protected...
来源: Laya2.0_api 发布时间: 20190513
... = ["resources/res/ui/dialog (1).png", "resources/res/ui/close.png"]; Laya.loader.load(this.assets).then( ()=>{ this.onSkinLoadComplete(); } ); } private onSkinLoadComplete(e: any = null): void { this.dialog = new Laya.Dialog(); var bg: Laya.Image = new Laya.Image(this.assets[0]); this.dialog.add...
来源: Laya3.0_文档 发布时间: 20230303
...thodDefined By Animator() 创建一个 Animation 实例。 Animator _load(owner:ComponentNode):void[override] Animator _unload(owner:ComponentNode):void[override] Animator _updateAvatarNodes(avatarAnimationDatas:Vector.<Matrix4x4>):void private Animator _updateAvatarNodesCache(a...
来源: laya_api 发布时间: 20170929
..._pPlatform = layaair.game.Market.MarketTest@4a7c91fc D/dalvikvm: Trying to load lib /data/app-lib/com.layabox.game-2/liblayaair.so 0x94f7d5b8 D/dalvikvm: Added shared lib /data/app-lib/com.layabox.game-2/liblayaair.so 0x94f7d5b8 I/LayaBox: setLocalizable:1 I/LayaBox: JNI setIsPlug:0 I/LayaBox: J...
来源: Laya_社区 发布时间: 20171218
...Normals setPositions setTangents setUVs setVertices destroyUnusedResources load Constructors constructor new Mesh(isReadable?: boolean): Mesh Overrides Resource.__constructor Defined in laya/d3/resource/models/Mesh.ts:196 创建一个 Mesh 实例,禁止使用。 Parameters Default value isReadable: ...
来源: Laya3.0_api 发布时间: 20231115
...系列的静态处理。Sprite3D layer : Layer 获取蒙版。 Sprite3D loaded : Boolean[read-only] 获取是否已加载完成。 Sprite3D meshFilter : MeshFilter[read-only] 获取网格过滤器。 MeshSprite3D meshRender : MeshRender[read-only] 获取网格渲染器。 MeshSprite3D name ...
来源: laya_api 发布时间: 20170929
...you may not be using this functionality currently, it has the potential to load private frameworks, private methods, and enable future feature changes. This includes any code which passes arbitrary parameters to dynamic methods such as dlopen(), dlsym(), respondsToSelector:, performSelector:, method...
来源: Laya_社区 发布时间: 20171221
...列的静态处理。Sprite3D layer : Layer 获取蒙版。 Sprite3D loaded : Boolean[read-only] 获取是否已加载完成。 Sprite3D name : String节点名称。Node numChildren : int[read-only] 子对象数量。 Node parent : Node父节点。Node scene : Scene[read-only] 获得所...
来源: laya_api 发布时间: 20170929