Vixen
02b45cc4
csharp
public record class NativeFormatImportSettings

Settings for the importer that takes Vixen's own YAML assets.

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

Remarks

Empty, and that is the honest shape. Every other importer's settings answer "how should this foreign file be turned into engine data" — a texture's compression, a model's scale. A .vxmat is engine data, so there is nothing to decide and no knob to add.

Fields and properties (1)

  • public int Version

    The importer's own version. Bumping it invalidates every artefact that importer produced.

Used by (2)

  • NativeFormatImporterVixen.Editor.Assets
  • TypeRegistrationVixen.Editor.Assets