Sound.AssetState
AssetState AssetState{ get }
Description
Sounds loaded from file decode asynchronously - this tells you where that’s at! Playing is safe at any point: a Play while still Loading is held until the data lands, then catches up as if it had started on time. Negative states mean the load failed, and any held plays die quietly.
Found an issue with these docs, or have some additional questions? Create an Issue on Github!