module RayLib::Handler::TextureAtlas
Overview
Module to handle the parsing and loading of Raylib texture atlases
Direct including types
Defined in:
raylib/handler/texture_atlas.crInstance Method Summary
- #load_texture_atlas(path, name, entity)
- #sub_texture_info : Hash(String, AtlasSubTexture)
- #texture_atlas_map : Hash(String, String)
- #textures : Hash(String, RayLib::Texture2D)