ScaleStartInfo.fromDetails constructor

ScaleStartInfo.fromDetails(
  1. Game game,
  2. ScaleStartDetails raw
)

Implementation

ScaleStartInfo.fromDetails(
  Game game,
  ScaleStartDetails raw,
) : super(game, raw.focalPoint, raw);