Cam Move To Arc
Camera move to arc packet is used to move camera to a new coordinate with finer control behind it. This packet differs from CamMoveToCycles in that it will first move through a center coordinate before going towards the destination, creating a )-shape movement. An example image of this can be seen here
Constructors
Properties
the center x coordinate within the build area, in range of 0 to 103 (inclusive). This marks the middle point between the camera movement through which the camera has to go.
the center z coordinate within the build area, in range of 0 to 103 (inclusive). This marks the middle point between the camera movement through which the camera has to go.
the dest x coordinate within the build area, in range of 0 to 103 (inclusive)
the dest z coordinate within the build area, in range of 0 to 103 (inclusive)
the camera easing function, allowing for finer control over the way it moves from the start coordinate to the end.
whether the camera moves along the terrain, moving up and down according to bumps in the terrain. If true, the camera will move in a straight line from the starting position towards the end position, ignoring any changes in the terrain.