RendererConfig

indigo.shared.platform.RendererConfig
final class RendererConfig(val renderingTechnology: RenderingTechnology, val clearColor: RGBA, val magnification: Int, val maxBatchSize: Int, val antiAliasing: Boolean, val premultipliedAlpha: Boolean, val transparentBackground: Boolean)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete fields

val antiAliasing: Boolean
val magnification: Int
val maxBatchSize: Int
val premultipliedAlpha: Boolean
val transparentBackground: Boolean