ImageFormatLoader

Hereda: RefCounted < Object

Heredado por: ImageFormatLoaderExtension

Clase base para añadir soporte para formatos de imagen específicos.

Descripción

El motor soporta múltiples formatos de imagen de serie (PNG, SVG, JPEG, WebP, por nombrar algunos), pero puedes optar por implementar soporte para formatos de imagen adicionales extendiendo ImageFormatLoaderExtension.


Enumeraciones

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!