Click or drag to resize
BackgroundMusicIsPlaying Property
Return if this background music object is the music currently playing and not paused.

Namespace:  GeonBit.ECS.Components.Sound
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool IsPlaying { get; }

Property Value

Type: Boolean
See Also