Vixen
02b45cc4
csharp
public sealed class ImporterAttribute

Which file extensions an importer claims.

Read the guide page for this →

As a annotation

Valid on
Class

Remarks

On the importer rather than in a table, so that adding an importer is adding a class and nothing else. The registry still has to be told the instance — nothing scans assemblies here, because a scan reads metadata that a trimmed publish has already deleted.

Fields and properties (1)

  • public IReadOnlyList<string> Extensions

    The extensions it claims, lowercase and with their leading dots.

Methods (1)

  • public ImporterAttribute(params string[] extensions)

    Which file extensions an importer claims.

Used by (27)

  • AnimationClipImporterVixen.Editor.Assets
  • AssetImporterVixen.Editor.Assets
  • AudioImporterVixen.Editor.Assets
  • CompositorImporterVixen.Editor.Assets
  • ConstraintTemplateImporterVixen.Editor.Assets
  • CubeLutImporterVixen.Editor.Assets
  • FolderImporterVixen.Editor.Assets
  • HarnessPlanImporterVixen.Editor.Assets
  • HeightmapImporterVixen.Editor.Assets
  • MaterialImporterVixen.Editor.Assets
  • ModelImporterVixen.Editor.Assets
  • MoveSetImporterVixen.Editor.Assets
  • NativeFormatImporterVixen.Editor.Assets
  • NavMeshImporterVixen.Editor.Assets
  • PaletteImporterVixen.Editor.Assets.Tests
  • PriorityLadderImporterVixen.Editor.Assets
  • ProxyShapeSetImporterVixen.Editor.Assets
  • RawImporterVixen.Editor.Assets
  • RivalPaletteImporterVixen.Editor.Assets.Tests
  • RivalTextureImporterVixen.Editor.Assets.Tests
  • SceneImporterVixen.Editor.Assets
  • ScriptModuleVixen.Editor.Scripts
  • ShapeVocabularyImporterVixen.Editor.Assets
  • TerrainAssetImporterVixen.Editor.Assets
  • TextureImporterVixen.Editor.Assets
  • VfxImporterVixen.Editor.Assets
  • VideoImporterVixen.Editor.Assets