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