csharp
public static class ImageDecodersThe decoders an importer uses when nobody hands it a different set.
No guide page documents this yet — the page shows what the code says about itself.
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 (4)
- TextureImporterVixen.Editor.Assets
- TextureImporterTestsVixen.Editor.Assets.Tests
- TextureLadderVixen.Editor.AssetEditors
- ThumbnailCacheVixen.Editor.App