10 [[nodiscard]]
virtual auto is_ready() const ->
bool = 0;
Interface for asset types.
Definition asset.hpp:8
Interface for all shared resources in the engine.
Definition resource.hpp:6
virtual auto is_ready() const -> bool=0
Check if resource is ready to use.
Definition animation.hpp:8