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.

ImageFormatLoader

Eredita: RefCounted < Object

Ereditato da: ImageFormatLoaderExtension

Classe di base per aggiungere supporto a formati di immagine specifici.

Descrizione

Il motore supporta diversi formati di immagine predefiniti (PNG, SVG, JPEG, WebP per citarne alcuni), ma è possibile scegliere di implementare il supporto per formati di immagine aggiuntivi estendendo ImageFormatLoaderExtension.


Enumerazioni

flags LoaderFlags: 🔗

LoaderFlags FLAG_NONE = 0

There is currently no description for this enum. Please help us by contributing one!

LoaderFlags FLAG_FORCE_LINEAR = 1

There is currently no description for this enum. Please help us by contributing one!

LoaderFlags FLAG_CONVERT_COLORS = 2

There is currently no description for this enum. Please help us by contributing one!