RendererDetails

indigo.shared.events.RendererDetails
final case class RendererDetails(renderingTechnology: RenderingTechnology, clearColor: RGBA, magnification: Int) extends ViewEvent

Event to inform the game which rendering choices are active. For example a view may wish to behave differently depending on the rendering technology available. This event is only fired once during start up.

Value parameters

clearColor

The clear color set during initialisation

magnification

The magnification set during initialisation

renderingTechnology

WebGL 1.0 or WebGL 2.0

Attributes

Graph
Supertypes
trait ViewEvent
trait Serializable
trait Product
trait Equals
trait GlobalEvent
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