Struct Event.CbSongChange
- Namespace
- SpessaSharp.Sequencer
- Assembly
- SpessaSharp.dll
Called when the song changes.
public readonly record struct Event.CbSongChange : IEquatable<Event.CbSongChange>
- Implements
- Inherited Members
Constructors
CbSongChange(int)
Called when the song changes.
public CbSongChange(int SongIndex)
Parameters
SongIndexintThe index of the new song in the song list.
Properties
SongIndex
The index of the new song in the song list.
public int SongIndex { get; init; }