Vixen
dd8b0a81
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 (41, showing 40)

  • AnimationClipImporterVixen.Editor.Assets
  • AssetImporterVixen.Editor.Assets
  • AudioImporterVixen.Editor.Assets
  • BehaviorTreeImporterVixen.Editor.Assets
  • ChainImporterVixen.Editor.Assets.Tests
  • CompositorImporterVixen.Editor.Assets
  • ConstraintTemplateImporterVixen.Editor.Assets
  • CubeLutImporterVixen.Editor.Assets
  • DefinitionImporterVixen.Editor.Assets
  • EveryAttributedImporterTestsVixen.Editor.Assets.Tests
  • FolderImporterVixen.Editor.Assets
  • GoapDomainImporterVixen.Editor.Assets
  • HarnessPlanImporterVixen.Editor.Assets
  • HeightmapImporterVixen.Editor.Assets
  • MaterialImporterVixen.Editor.Assets
  • MixerImporterVixen.Editor.Assets
  • ModelImporterVixen.Editor.Assets
  • MoveSetImporterVixen.Editor.Assets
  • NativeFormatImporterVixen.Editor.Assets
  • NavMeshImporterVixen.Editor.Assets
  • NetworkRulesImporterVixen.Editor.Assets
  • PaletteImporterVixen.Editor.Assets.Tests
  • PluginImportersVixen.AssetCompiler
  • PriorityLadderImporterVixen.Editor.Assets
  • ProxyShapeSetImporterVixen.Editor.Assets
  • QueryImporterVixen.Editor.Assets
  • RawImporterVixen.Editor.Assets
  • RivalPaletteImporterVixen.Editor.Assets.Tests
  • RivalTextureImporterVixen.Editor.Assets.Tests
  • SceneImporterVixen.Editor.Assets
  • ScriptModuleVixen.Editor.Scripts
  • ShaderGraphImporterVixen.Editor.Assets
  • ShapeVocabularyImporterVixen.Editor.Assets
  • TemplateReferenceImporterVixen.Editor.Assets.Tests
  • TerrainAssetImporterVixen.Editor.Assets
  • TextureImporterVixen.Editor.Assets
  • UtilitySetImporterVixen.Editor.Assets
  • VfxImporterVixen.Editor.Assets
  • VideoImporterVixen.Editor.Assets
  • WaterWavesImporterVixen.Editor.Assets