csharp
public static class ImageDecodersThe decoders an importer uses when nobody hands it a different set.
Fields and properties (1)
public static IReadOnlyList<IImageDecoder> BuiltInEvery decoder that ships.
Methods (1)
public static IImageDecoder? For(IReadOnlyList<IImageDecoder> decoders, string extension)Finds the decoder for an extension.
Used by (7)
- PaintAlphaSourceVixen.Editor.Texturing
- TextureExternalImagesVixen.Editor.Texturing
- TextureGraphRunnerVixen.Cli
- TextureImporterVixen.Editor.Assets
- TextureImporterTestsVixen.Editor.Assets.Tests
- TextureLadderVixen.Editor.AssetEditors
- ThumbnailCacheVixen.Editor.App