CameraMoveEvent constructor

CameraMoveEvent(
  1. int mapId,
  2. CameraPosition position
)

Build a CameraMove Event triggered from the map represented by mapId.

The value of this event is a CameraPosition object with the current position of the Camera.

Implementation

CameraMoveEvent(super.mapId, super.position);