大约有 17 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0038 秒)
...器编译出来的“不受支持的命令行”弹窗 微信小游戏Laya.LocalStorage.getItem数据丢失 问题状态 最新活动: 2018-01-13 10:59 浏览: 1574 关注: 2 人 熊猫大侠 • 2018-01-13 11:08 怎么才能清理掉啊 我把能清的 都清了呀 kezhiyu • 2018-01-13 11:16 你...
来源: Laya_社区 发布时间: 20180113
...存 public initFromStorage(): void { const data = Laya.LocalStorage.getJSON(SoundManager.STORAGE_KEY); if (data) { //Laya.SoundManager.musicVolume = data.bgmVolume / 100; Laya.SoundManager.setMusicVolume(data.bgmVolume / 100); ...
来源: Laya_社区 发布时间: 20250930
...? 角度 如何 转换成 Y轴旋转 的四元数? 微信小游戏Laya.LocalStorage.getItem数据丢失 问题状态 最新活动: 2018-01-31 19:06 浏览: 2585 关注: 3 人 evamango • 2018-01-05 16:45 好的,谢谢 layaair-cmd能指定项目吗?还是一定要在项目路径下运行? ...
来源: Laya_社区 发布时间: 20180104
...n-----------------EngineStart() = /data/data/com.layabox.conch5//LayaCache/localstorage 03-19 15:01:05.101 15556-15556/? E/SysUtils: ApplicationContext is null in ApplicationStatus 03-19 15:01:05.326 15556-15556/? E/0: ==============Java流程 FlashScreen start 03-19 15:01:05.331 15556-15556/? E/0: ...
来源: Laya_社区 发布时间: 20180319
...this.addChild(this.txt); } _proto.setScore = function(score){ var _score = LocalStorage.getItem('runGameScore'); if(_score && parseInt(_score) > score){ score = _score; } LocalStorage.setItem('runGameScore',score); this.txt.text = "GameOver\n\n Click Again\n\n Best Score : " + score; this...
来源: Laya_社区 发布时间: 20160803
...tils.Pool; var Point = laya.maths.Point; var Tween = laya.utils.Tween; var LocalStorage = laya.net.LocalStorage; var SoundManager = laya.media.SoundManager; var Config = { //游戏宽 高 GameWidth : 852, GameHeight : 480, //游戏速度 speed : 8 }; 附件 : --> LayaAir_简单跑酷JS版_-04-玩家...
来源: Laya_社区 发布时间: 20160801
... = sourceUrl; } thisLoader._loadImage(fileNativeUrl, false); } } class MiniLocalStorage { constructor() { } static __init__() { MiniLocalStorage.items = MiniLocalStorage; } static setItem(key, value) { try { MiniAdpter.window.wx.setStorageSync(key, value); } catch (error) { MiniAdpter.window.wx.setS...
来源: Laya_社区 发布时间: 20200103