io.indigoengine.roguelike.starterkit.terminal

Members list

Type members

Classlikes

final case class MapTile(char: Tile, foreground: RGBA, background: RGBA)

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
MapTile.type
final case class TerminalClones(blanks: Batch[CloneBlank], clones: Batch[CloneTiles])

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
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 TerminalEmulator(screenSize: Size, charMap: QuadTree[MapTile])

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
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 TerminalEntity(tileSheet: AssetName, gridSize: Size, charSize: Size, mask: RGBA, map: Batch[MapTile], position: Point, depth: Depth, maxTileCount: Int) extends EntityNode[TerminalEntity]

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait EntityNode[TerminalEntity]
trait RenderNode[TerminalEntity]
trait SceneNode
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 TerminalText(tileMap: AssetName, foreground: RGBA, background: RGBA, shadow: RGBA, mask: RGBA, shaderId: Option[ShaderId]) extends Material

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type