AtlasResult

data class AtlasResult<T>(val tex: Bitmap32, val atlas: Atlas, val packedItems: List<AtlasPacker.Entry<T>>) : AtlasLookup

Constructors

Link copied to clipboard
constructor(tex: Bitmap32, atlas: Atlas, packedItems: List<AtlasPacker.Entry<T>>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open operator fun get(name: String): BmpSlice
Link copied to clipboard
open fun tryGet(name: String): BmpSlice?
Link copied to clipboard
Link copied to clipboard
open override fun tryGetEntryByName(name: String): Atlas.Entry?