DragDownInfo.fromDetails constructor

DragDownInfo.fromDetails(
  1. Game game,
  2. DragDownDetails raw
)

Implementation

DragDownInfo.fromDetails(
  Game game,
  DragDownDetails raw,
) : super(game, raw.globalPosition, raw);