Vixen
02b45cc4
csharp
public readonly record struct ShapeTerm

A shape name a project uses, and what it means.

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

Fields and properties (2)

  • public Symbol Name

    The name — belly, left-palm.

  • public string Meaning

    What a shape called that is, in a sentence somebody can read.

Methods (1)

  • public ShapeTerm(Symbol Name, string Meaning)

    A shape name a project uses, and what it means.

Used by (3)

  • ShapeVocabularyVixen.Animation
  • ShapeVocabularyContentVixen.Animation
  • AnimationWiringTestsVixen.Editor.App.Tests