Vixen
02b45cc4
csharp
public sealed class ClipNotesExtension

The shipped kind: timed notes an animator leaves for whoever picks the clip up.

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

Remarks

Deliberately something the engine does nothing with, because that is what makes it a fair example of the seam. The runtime never reads it, the pipeline never bakes it, and a build with no editor carries it through untouched — and yet a typo in it is now caught at import rather than discovered by a person who wanted to read it.

extensions: notes: - time: 0.4 text: the weight is on the back foot here, do not re-time past 1.1

Fields and properties (1)

  • public string Kind

    The key in the clip's extensions block this reads.

Methods (2)

  • public string Describe(YamlNode node)

    One line for a panel, saying what the block holds.

  • public bool Validate(YamlNode node, ICollection<string> problems)

    Says what is wrong with the block, if anything.

Used by (1)

  • ClipMetadataExtensionsVixen.Editor.Assets