Music.Status Property
From SFML.Net
SFML.Net
| MusicStatus Property |
Current status of the music (see SoundStatus enum)
Namespace: SFML.Audio
Assembly: sfmlnet-audio-2 (in sfmlnet-audio-2.dll) Version: 2.2.0.0 (2.2.0)
public SoundStatus Status { get; }
Public ReadOnly Property Status As SoundStatus Get
public: property SoundStatus Status { SoundStatus get (); }
member Status : SoundStatus with get