ExtendedSettings

eu.joaocosta.minart.graphics.LowLevelCanvas.ExtendedSettings
See theExtendedSettings companion object
final case class ExtendedSettings(settings: Settings, windowWidth: Int, windowHeight: Int)

Internal data structure containing canvas settings and precomputed values.

Attributes

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

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

val canvasX: Int
val canvasY: Int
val scale: Int
val scaledHeight: Int
val scaledWidth: Int