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 Params
clearColor

The clear color set during initialisation

magnification

The magnification set during initialisation

renderingTechnology

WebGL 1.0 or WebGL 2.0

trait ViewEvent
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product