sc2_datasets.replay_parser.game_events.events.nested.target_3d

Classes

Target3D

Data type holding information about a 3D target point in space.

Module Contents

class Target3D

Data type holding information about a 3D target point in space.

Parameters:
  • x (float) – Specifies the x value of the target.

  • y (float) – Specifies the y value of the target.

  • z (float) – Specifies the z value of the target.

x: float
y: float
z: float