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

SongIndex int

The 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; }

Property Value

int