Attention: Here be dragons
This is the latest
(unstable) version of this documentation, which may document features
not available in or compatible with released stable versions of Godot.
Checking the stable version of the documentation...
ResourceImporterImage
继承: ResourceImporter < RefCounted < Object
导入图像以用于脚本编写,但不具有渲染功能。
描述
该导入器导入 Image 资源,而不是 CompressedTexture2D。如果你需要以 2D 或 3D 方式渲染图像,请改用 ResourceImporterTexture。