csharp
public readonly record struct GoalFieldOne 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 PropertyThe name of the property on ConstraintTagRecord it reads and writes.
public string LabelWhat to call it on screen.
public GoalFieldKind KindWhat sort of control it wants.
public string HelpWhat it does, in a sentence.
public bool AdvancedWhether 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