Vixen
02b45cc4
csharp
public sealed class FolderImporter

Imports a folder, which produces nothing.

No guide page documents this yet — the page shows what the code says about itself.

Remarks

A folder is an asset because it is where an addressable group is inherited from and where a GUID has to live so that renaming a directory does not orphan everything under it. It has no content, so this reads nothing and writes nothing — and that is the whole implementation rather than an omission.

Fields and properties (1)

  • public override int Version

    Its own version. Bumping it invalidates every artefact it has ever produced, which is the whole mechanism for "I fixed the mip filter, re-import everything".

Methods (1)

Used by (2)

  • BuiltInImportersVixen.Editor.Assets
  • ImportPipelineTestsVixen.Editor.Assets.Tests