Vixen
02b45cc4
csharp
public sealed class MoveSetImporter

Compiles a .vxmoveset.

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

As a importer

Extensions
.vxmoveset

Remarks

A movement vocabulary as a table: rows are moves, columns are facets. What the importer adds over reading the file is the four things a table of a few hundred rows invites, and every one of them is silent at runtime.

⚠ A duplicate name is an error and not a warning. A move's key is hashed from its name, and the overlay composes on that key — two rows with one name means the second silently replaces the first, in a file where the first is still sitting there being read by whoever maintains it.

Fields and properties (2)

  • public const string SetType

    The alias of the type this writes.

  • 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
  • MoveSetImporterTestsVixen.Editor.Assets.Tests