PointClickEngine::Core::IResourceLoader
Interface for resource loading operations
Instance methods
cleanup_all_resources
Sourceload_font(path : String, size : Int32) : Result(Raylib::Font, AssetError)
Sourceload_music(path : String) : Result(RAudio::Music, AssetError)
Sourceload_sound(path : String) : Result(RAudio::Sound, AssetError)
Sourceload_texture(path : String) : Result(Raylib::Texture2D, AssetError)
Sourceunload_music(path : String) : Result(Nil, AssetError)
Sourceunload_sound(path : String) : Result(Nil, AssetError)
Sourceunload_texture(path : String) : Result(Nil, AssetError)
Source