ScaleUpdateInfo.fromDetails constructor
ScaleUpdateInfo.fromDetails(
- Game game,
- ScaleUpdateDetails raw
Implementation
ScaleUpdateInfo.fromDetails(
Game game,
ScaleUpdateDetails raw,
) : super(game, raw.focalPoint, raw);