Vixen
02b45cc4
csharp
public readonly record struct SequenceSignal

An event a sequence raised while it was being scrubbed or played.

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

Fields and properties (3)

  • public string Name

    What the key names.

  • public float Time

    When it was, in seconds.

  • public string Track

    Which track it came from.

Methods (1)

  • public SequenceSignal(string Name, float Time, string Track)

    An event a sequence raised while it was being scrubbed or played.

Used by (3)

  • AuthoringTestsVixen.Editor.AssetEditors.Tests
  • SequencePlayerVixen.Editor.AssetEditors
  • SequenceViewVixen.Editor.AssetEditors