Vixen
02b45cc4
csharp
public static class ShapeTags

Reading and writing a tag as text.

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

Remarks

key=value, because a file holding a mapping per tag would be three lines of YAML for what an author writes as one word. A tag with no = takes the key affords, which is the one every project's first tag has.

Fields and properties (1)

  • public const string DefaultKey

    The default key for a tag written as a bare word.

Methods (3)

  • public static Facet Parse(string? text)

    Reads one tag.

  • public static FacetSet Parse(IReadOnlyList<string>? text)

    Reads a list of tags.

  • public static string Write(Facet tag)

    Writes one tag.

Used by (4)

  • ConstraintFrameRecordVixen.Animation
  • ProxyShapeSetContentVixen.Animation
  • ShapeVocabularyContentVixen.Animation
  • ProxyShapeSetImporterVixen.Editor.Assets