indigo.platform.assets

Members list

Type members

Classlikes

final class AssetCollection(val images: Set[LoadedImageAsset], val texts: Set[LoadedTextAsset], val sounds: Set[LoadedAudioAsset], val fonts: Set[LoadedFontAsset])

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
object AssetLoader

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
final case class Atlas(size: PowerOfTwo, imageData: Option[ImageData])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object AtlasId

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
AtlasId.type
final case class AtlasIndex(id: AtlasId, offset: Point, size: Point)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class AtlasLookupResult(name: AssetName, atlasId: AtlasId, atlas: Atlas, offset: Point)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class AtlasQuadDivision(q1: AtlasQuadTree, q2: AtlasQuadTree, q3: AtlasQuadTree, q4: AtlasQuadTree) extends AtlasSum

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait AtlasSum
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class AtlasQuadEmpty(size: PowerOfTwo) extends AtlasQuadTree

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class AtlasQuadNode(size: PowerOfTwo, atlas: AtlasSum) extends AtlasQuadTree

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
sealed trait AtlasQuadTree

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object AtlasQuadTree

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait AtlasSum

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
final case class AtlasTexture(imageRef: ImageRef) extends AtlasSum

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait AtlasSum
class Object
trait Matchable
class Any
Show all
final class DynamicText

Attributes

Supertypes
class Object
trait Matchable
class Any
final case class ImageRef(name: AssetName, width: Int, height: Int, tag: Option[AssetTag])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class LoadedAudioAsset(name: AssetName, data: AudioBuffer)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class LoadedFontAsset(name: AssetName)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class LoadedImageAsset(name: AssetName, data: Image, tag: Option[AssetTag])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class LoadedTextAsset(name: AssetName, data: String)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class TextureAndCoords(imageRef: ImageRef, coords: Point)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object TextureAtlas

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class TextureAtlas(atlases: Dictionary[Atlas], legend: Dictionary[AtlasIndex])

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
final case class TextureDetails(imageRef: ImageRef, size: PowerOfTwo, tag: Option[AssetTag])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class TextureMap(size: PowerOfTwo, textureCoords: List[TextureAndCoords])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Types

opaque type AtlasId