Result

data class Result<T>(val atlases: List<AtlasPacker.AtlasResult<T>>) : AtlasLookup

Constructors

Link copied to clipboard
constructor(atlases: List<AtlasPacker.AtlasResult<T>>)

Properties

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?