Vixen
02b45cc4
csharp
public readonly record struct GoalField

One field of a constraint tag, as a panel needs to know about it.

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

Fields and properties (5)

  • public string Property

    The name of the property on ConstraintTagRecord it reads and writes.

  • public string Label

    What to call it on screen.

  • public GoalFieldKind Kind

    What sort of control it wants.

  • public string Help

    What it does, in a sentence.

  • public bool Advanced

    Whether it belongs behind a disclosure rather than in the first screenful.

Methods (1)

  • public GoalField(string Property, string Label, GoalFieldKind Kind, string Help, bool Advanced = false)

    One field of a constraint tag, as a panel needs to know about it.

Used by (6)

  • AuthoringTestsVixen.Animation.Tests
  • GoalKindSchemaVixen.Animation
  • AnimationClipViewVixen.Editor.AssetEditors
  • AuthoringTestsVixen.Editor.AssetEditors.Tests
  • ConstraintFieldAccessVixen.Editor.AssetEditors
  • ConstraintFieldAccessorVixen.Editor.AssetEditors