bgmPlayingIndex property
int
get
bgmPlayingIndex
Returns the current index or 0 if not found
Implementation
int get bgmPlayingIndex => getIndex() ?? 0;
Returns the current index or 0 if not found
int get bgmPlayingIndex => getIndex() ?? 0;