Struct Event.CbTimeChange
- Namespace
- SpessaSharp.Sequencer
- Assembly
- SpessaSharp.dll
Called when the time is changed. It also gets called when a song gets changed.
public readonly record struct Event.CbTimeChange : IEquatable<Event.CbTimeChange>
- Implements
- Inherited Members
Constructors
CbTimeChange(double)
Called when the time is changed. It also gets called when a song gets changed.
public CbTimeChange(double NewTime)
Parameters
NewTimedoubleThe new time in seconds.
Properties
NewTime
The new time in seconds.
public double NewTime { get; init; }