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.cr

Instance Method Summary

Instance Method Detail

def load_texture_atlas(path, name, entity) #

[View source]
def sub_texture_info : Hash(String, AtlasSubTexture) #

[View source]
def texture_atlas_map : Hash(String, String) #

[View source]
abstract def textures : Hash(String, RayLib::Texture2D) #

[View source]