ConstraintFieldAccessor
csharp
public readonly record struct ConstraintFieldAccessorHow the generated panel reads and writes one field of a tag.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (2)
public Func<ConstraintTagRecord, string> ReadWhat it says now, as text the panel can show.
public Func<AnimationClipDocument, ConstraintTagRecord, GoalField, string, bool> WriteSets it from that text, undoably, and answers whether the text parsed at all.
Methods (1)
public ConstraintFieldAccessor(Func<ConstraintTagRecord, string> Read, Func<AnimationClipDocument, ConstraintTagRecord, GoalField, string, bool> Write)How the generated panel reads and writes one field of a tag.
Used by (3)
- AnimationClipViewVixen.Editor.AssetEditors
- AuthoringTestsVixen.Editor.AssetEditors.Tests
- ConstraintFieldAccessVixen.Editor.AssetEditors