大约有 120 项符合查询结果, 库内数据总量为 30,935 项。 (搜索耗时: 0.0056 秒)
...Laya.Browser.onChrome) { console.log("Chrome"); } Copyright ©Layabox 2025 all right reserved,powered by LayaAir Engine更新时间: 2024-09-10 16:27:12 img{cursor:pointer}
来源: Laya3.0_文档 发布时间: 20240910
...。 * @param createFun 用于创建该类型对象的方法。 * @param caller this对象 * @return 此类型标识的一个对象。 */ static getItemByCreateFun(sign: string, createFun: Function, caller: any = null): any { var pool: any[] = Pool.getPoolBySign(sign); var rst: any = pool.length ? po...
来源: Laya3.0_文档 发布时间: 20240910
...a?: boolean, hdrEncodeFormat?: HDREncodeFormat, } Copyright ©Layabox 2025 all right reserved,powered by LayaAir Engine更新时间: 2024-09-10 16:27:12 img{cursor:pointer}
来源: Laya3.0_文档 发布时间: 20240910
...reparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/resource/Texture" Texture Class Texture Texture 是一个纹理处理类。 Hierarchy Resource Texture Index Constructors constructor Proper...
来源: Laya3.0_api 发布时间: 20231115
...reparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/media/VideoTexture" VideoTexture Class VideoTexture VideoTexture 多媒体纹理 Hierarchy BaseTexture VideoTexture Index Constructors const...
来源: Laya3.0_api 发布时间: 20231115
... Monica - 知识达人 赞同来自: 你这边报错的原因是layaUI.max.all.js文件mgcMainUiUI页面部分的View.regComponent("ui.questionUI",ui.questionUI);这一行代码 questionUI的路径应该是ui.ani.questionUI,应该是你这边有改过UI文件的路径吧,你重新将那个动效...
来源: Laya_社区 发布时间: 20171020
...reparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/physics/joint/WeldJoint" WeldJoint Class WeldJoint 焊接关节:焊接关节的用途是使两个物体不能相对运动,受到关节...
来源: Laya3.0_api 发布时间: 20231115
...场景,不包括对话框,如果关闭对话框,请使用Dialog.closeAll() * 【注意】被关闭的场景,如果没有设置autoDestroyAtRemoved=true,则资源可能不能被回收,需要自己手动回收 */ static closeAll(): void { 4,关闭后调用的生命周期方法 /** * 关...
来源: Laya3.0_文档 发布时间: 20240910
...置中开启,如图10-1所示。 (图10-1) Copyright ©Layabox 2025 all right reserved,powered by LayaAir Engine更新时间: 2024-09-10 16:27:02 img{cursor:pointer}
来源: Laya3.0_文档 发布时间: 20240910
...2,方法 abort() 如果请求已经被发送,则立刻中止请求。 getAllResponseHeaders() 返回所有响应头信息(响应头名和值), 如果响应头还没接受,则返回null。 getResponseHeader() 返回指定的响应头的值, 如果响应头还没被接受,或该响应头不存在,...
来源: Laya3.0_文档 发布时间: 20250104