Up to date

This page is up to date for Godot 4.2. If you still find outdated information, please open an issue.

ResourceImporterImage

继承: ResourceImporter < RefCounted < Object

导入图像以用于脚本编写,但不具有渲染功能。

描述

该导入器导入 Image 资源,而不是 CompressedTexture2D。如果你需要以 2D 或 3D 方式渲染图像,请改用 ResourceImporterTexture

教程