sc2_datasets.replay_parser.game_events.events.nested.target_2d¶ Classes¶ Target2D Data type holding information about a 2D target point in space. Module Contents¶ class Target2D¶ Data type holding information about a 2D target point in space. Parameters: x (float) – Specifies the x value of the target. y (float) – Specifies the y value of the target. x: float¶ y: float¶