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.
我有一个图像文件,上面有多个不同的图像。我想知道如何制作它,以便我可以从单个图像加载单个图像,而不是将每个图像分解成自己的东西。抱歉,如果我无法澄清我想问的问题。
您可以将它们全部加载为一张图像,然后将不同的片段分别绘制到屏幕上,甚至可以定义片段的变量。这将有效地为您提供多个图像。