Vixen
02b45cc4
csharp
public sealed class ShapeVocabularyImporter

Compiles a .vxshapevocab.

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

As a importer

Extensions
.vxshapevocab

Remarks

The names and tags a project's proxy shapes may use, and the classes it declares. What the importer adds over reading the file is the two checks a text file invites — a name declared twice, and a class member naming a shape the vocabulary itself does not.

Fields and properties (2)

  • public const string VocabularyType

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