Vixen
02b45cc4
csharp
public record class ShapeClassMemberRecord

One member of a declared class, as a file holds it.

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

Fields and properties (6)

  • public string Name

    What it is called.

  • public ShapeKind Kind

    Which primitive it has to be.

  • public string[] Tags

    What it has to afford.

  • public Vector3 Extents

    How big it is on the template body.

  • public Vector3 TopExtents

    How big at the top, or zero to match.

  • public bool Required

    Whether a set missing it is invalid.

Methods (2)

  • public ShapeClassMemberRecord(string Name, ShapeKind Kind, string[] Tags, Vector3 Extents, Vector3 TopExtents, bool Required)

    One member of a declared class, as a file holds it.

  • public ShapeClassMemberRecord()

    A record with nothing filled in.

Used by (9)

  • ShapeClassRecordVixen.Animation
  • ShapeVocabularyContentVixen.Animation
  • TypeRegistrationVixen.Animation
  • Vixen_Animation_Constraints_ShapeClassMemberRecordSerializerVixen.Animation
  • Vixen_Animation_Constraints_ShapeClassRecordSerializerVixen.Animation
  • ShapeVocabularyDocumentVixen.Editor.AssetEditors
  • ShapeVocabularyTestsVixen.Editor.AssetEditors.Tests
  • ShapeVocabularyViewVixen.Editor.AssetEditors
  • VocabularyMemberVixen.Editor.AssetEditors