virtual Image* LoadExportedImage(const ImageCreateExportInfo& info, const String& url);
LoadExportedImage loads an exported image file.
Parameters |
Description |
const ImageCreateExportInfo& info |
Image initialization information for loading the image. |
const String& url |
A url for the image. Developers can parse this string in any manner suitable for their game. Note that the url should be encoded as UTF-8 to support international file names. |
The loaded image.