ImageUtils
class Object
trait Any
class Object
trait Matchable
class Any
Value members
Concrete methods
def loadTexture(url: String, mapping: UndefOr[Mapping], onLoad: UndefOr[Function1[Texture, Unit]], onError: UndefOr[Function1[String, Unit]]): Texture
def loadTextureCube(array: Array[String], mapping: UndefOr[Mapping], onLoad: UndefOr[Function1[Texture, Unit]], onError: UndefOr[Function1[String, Unit]]): Texture