TextureAtlasFunctions

indigo.platform.assets.TextureAtlasFunctions

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def isTooBig(max: PowerOfTwo, width: Int, height: Int): Boolean
def pickPowerOfTwoSizeFor(supportedSizes: Set[PowerOfTwo], width: Int, height: Int): PowerOfTwo

Type fails all over the place, no guarantee that this list is in the right order... so instead of just going through the set until we find a bigger value, we have to filter and fold all

Type fails all over the place, no guarantee that this list is in the right order... so instead of just going through the set until we find a bigger value, we have to filter and fold all

Attributes