DragStartInfo.fromDetails constructor

DragStartInfo.fromDetails(
  1. Game game,
  2. DragStartDetails raw
)

Implementation

DragStartInfo.fromDetails(
  Game game,
  DragStartDetails raw,
) : super(game, raw.globalPosition, raw);