ScaleUpdateInfo.fromDetails constructor

ScaleUpdateInfo.fromDetails(
  1. Game game,
  2. ScaleUpdateDetails raw
)

Implementation

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