csharp
public readonly record struct MetaEnvelopeThe 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 GuidThe asset's identity.
public int MetaVersionWhich envelope schema version it was written against.
public string? ImporterTagWhich importer claims it, or if it says none.
public bool IsValidWhether 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