gameSize property

Vector2? gameSize
final

Override the game size to be provided during onGameResize. By default it will be a 500x500 square.

Implementation

final Vector2? gameSize;