GameEntity constructor

GameEntity(
  1. Vector position,
  2. Size size, {
  3. ImageRenderer? image,
  4. Color? color,
})

Implementation

GameEntity(this.position, this.size, {this.image, this.color});