bgmPlayingIndex property

int get bgmPlayingIndex

Returns the current index or 0 if not found

Implementation

int get bgmPlayingIndex => getIndex() ?? 0;