gpt4 book ai didi

libgdx - libgdx 首选项适用于 iOS 吗?

转载 作者:行者123 更新时间:2023-12-02 06:58:12 27 4
gpt4 key购买 nike

我正在使用 Libgdx 构建游戏,在使用 Libgdx 首选项实现保存游戏时,我想问一下这是否也适用于 iOS(使用 RoboVM)。如果没有,我将不得不使用另一种方式来保存游戏。

我会自己测试一下,但我目前没有任何 iOS 设备。所以,对此感到抱歉:)

这是我的(简单)保存代码:

    public void saveGame()
{
Json json = new Json();
String result = json.toJson(this.playerCharacter);
Preferences prefs = Gdx.app.getPreferences("Shared");
prefs.putString("SaveGame", result);
prefs.flush();
}

最佳答案

首选项应该有效。一些 libgdx 演示游戏使用首选项并与 RoboVM iOS 后端配合良好。

关于libgdx - libgdx 首选项适用于 iOS 吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19726609/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com