gpt4 book ai didi

android - 何时使用 gdx.files.internal 以及何时使用相对路径?

转载 作者:搜寻专家 更新时间:2023-11-01 08:41:29 25 4
gpt4 key购买 nike

我见过很多这两种情况的例子,例如:

atlas = new TextureAtlas("skins/userInterface.pack");
white = new BitmapFont(Gdx.files.internal("font/white.fnt"));

我在教程中看到过,但它也是这样工作的:

atlas = new TextureAtlas(Gdx.files.internal("skins/userInterface.pack"));
white = new BitmapFont("font/white.fnt");

什么时候应该使用 Gdx.files.internal 或直接使用 Assets 文件夹的相对路径?

最佳答案

完全一样。当使用 String 参数时,构造函数使用 Gdx.files.internal 来解析文件,就像您自己做的那样。

可以看到这个here例如在 TextureAtlas 的情况下。

关于android - 何时使用 gdx.files.internal 以及何时使用相对路径?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32156415/

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