Function Game.this

Instantiate a new Game.

this (
  string name,
  Color clearColor = defaultClearColor
);

Parameters

NameDescription
name Name of the Game.
clearColor Default value for the color a Game's Windows' framebuffers should be cleared to when rendered.

See Also

Window.clearColor