大约有 1,655 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0066 秒)
Laya_社区(676) Laya3.0_api(364) Laya2.0_api(194) laya_api(158) Laya2.0_文档(80) Laya3.0_文档(71) Laya_示例(58) Laya2.0_示例(54)
...容相关的链接 提交 2 个回复 小邦 赞同来自: public static String getProcessName(Context context) { ActivityManager manager = (ActivityManager) context.getSystemService(Context.ACTIVITY_SERVICE); for (ActivityManager.RunningAppProcessInfo processInfo : manager.getRunningAppProcesses())...
来源: Laya_社区 发布时间: 20200829
...d: Laya.GTextField = ui3d_root.getChildByName("txt"); txtField.text = "New String"; } } 2025-10-21 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 种花家 相关问题 2.0一不小心删了bin目录下的某个场景json文件。。竟...
来源: Laya_社区 发布时间: 20251020
...题定位: As3版本引擎,Loader类第370行,这句代码 var url:string = URL.formatURL(directory + name)错误,然后第375行tTexture.url = url,texture缓存了错误的资源地址,导致texture恢复资源的时候Laya.loader.load()这个url,并不能加载到正确的资源。...
来源: Laya_社区 发布时间: 20190109
...fined in laya/display/css/SpriteStyle.ts:28 透明度 blendMode blendMode: string Defined in laya/display/css/SpriteStyle.ts:38 混合模式 dragging dragging: Dragging Defined in laya/display/css/SpriteStyle.ts:36 滑动 hitArea hitArea: IHitArea Defined in laya/display/css/SpriteStyle.ts:34 点击...
来源: Laya3.0_api 发布时间: 20231115
...evermore • 2020-08-24 18:47 TypeError: Cannot create property '$_GID' on string '<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>访问出错</title> <me...
来源: Laya_社区 发布时间: 20200810
...psys power 命令查看(win10上可以用 adb shell dumpsys power|Select-String Wake过滤) 会看到: Wake Locks: size=1 PARTIAL_WAKE_LOCK 'AudioMix' (uid=1013, pid=0, ws=WorkSource{10357}) 一直得不到释放! 随便下载其他引擎做的app游戏,会发现运行...
来源: Laya_社区 发布时间: 20211228
...0 2 分享 微博 QZONE 微信 yzhkof 赞同来自: public getSpineAni(url:string,completeCaller:any,completeFun:Function):void { this.m_spineCopmleteFun = completeFun; this.m_completeCaller = completeCaller; this.m_curLoadingUrl = ur...
来源: Laya_社区 发布时间: 20170801
...nt.ts:34 是否可以在IDE环境中运行 Optional scriptPath scriptPath: string Inherited from Component.scriptPath Defined in laya/components/Component.ts:35 sortingFudge sortingFudge: number Inherited from PixelLineRenderer.sortingFudge Defined in laya/d3/core/render/BaseRender.ts:158 排序矫...
来源: Laya3.0_api 发布时间: 20231115
...题定位: As3版本引擎,Loader类第370行,这句代码 var url:string = URL.formatURL(directory + name)错误,然后第375行tTexture.url = url,texture缓存了错误的资源地址,导致texture恢复资源的时候Laya.loader.load()这个url,并不能加载到正确的资源。...
来源: Laya_社区 发布时间: 20190109
...t = Laya.Event; export class InputDevice_Compasss { private compassImgPath:string = "res/inputDevice/kd.png"; private compassImg:Sprite; private degreesText:Text; private directionIndicator:Sprite; private firstTime:Boolean = true; constructor() { Laya.init(700, 1024, WebGL); Laya.stage.scaleMode = ...
来源: Laya2.0_示例 发布时间: 20260303