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!