Vixen
02b45cc4
csharp
public readonly record struct MetaEnvelope

The three facts an index rebuild needs, without reading the rest of the file.

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

Fields and properties (4)

  • public AssetId Guid

    The asset's identity.

  • public int MetaVersion

    Which envelope schema version it was written against.

  • public string? ImporterTag

    Which importer claims it, or if it says none.

  • public bool IsValid

    Whether a GUID was found at all.

Methods (1)

  • public MetaEnvelope(AssetId Guid, int MetaVersion, string? ImporterTag)

    The three facts an index rebuild needs, without reading the rest of the file.

Used by (3)

  • MetaScannerVixen.Core.Yaml
  • MetaTestsVixen.Core.Yaml.Tests
  • AssetDatabaseVixen.Editor.Core