Gondwana Game Engine
Gondwana is a cross-platform 2.5D game and rendering engine written in C#/.NET 8. It provides fine-grained control over rendering, timing, and scene composition, with built-in support for parallax, z-ordering, pixel overhang, collision detection, and particle effects. Gondwana targets desktop, mobile, and web platforms using SkiaSharp for graphics and NAudio for sound.
Loading...
Searching...
No Matches
Gondwana.Audio.AudioResourceManager Member List

This is the complete list of members for Gondwana.Audio.AudioResourceManager, including all inherited members.

Clear()Gondwana.Audio.AudioResourceManager
Clone(string key, string? newKey=null, float? volume=null, float? pan=null)Gondwana.Audio.AudioResourceManager
Contains(string key)Gondwana.Audio.AudioResourceManager
Dispose()Gondwana.Audio.AudioResourceManager
Get(string key)Gondwana.Audio.AudioResourceManager
GetAll()Gondwana.Audio.AudioResourceManager
GetAllKeys()Gondwana.Audio.AudioResourceManager
InstanceGondwana.Audio.AudioResourceManagerstatic
LoadFromEngineResourceFile(AssetsFile resourceFile, float defaultVolume=1.0f, float defaultPan=0.0f)Gondwana.Audio.AudioResourceManager
LoadFromFile(string key, string filePath, float volume=1.0f, float pan=0.0f)Gondwana.Audio.AudioResourceManager
LoadFromStream(string key, Stream input, string fileExt, float volume=1.0f, float pan=0.0f)Gondwana.Audio.AudioResourceManager
SoundDisposedGondwana.Audio.AudioResourceManager
TryGet(string key, out AudioResource? resource)Gondwana.Audio.AudioResourceManager
Unload(string key)Gondwana.Audio.AudioResourceManager