Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个使用 4 个位图的游戏。我只是想知道我是否应该在游戏暂停时销毁这些位图然后重新创建它们,还是保持原样?
不,最好使用一些将这些位图作为静态变量保存的类。