ArgData

API Reference > 0.19.1 > TrackCameraAdjustmentCommand

TrackCameraAdjustmentCommand Class

A camera command that adjusts the location of the camera along the track and/or side of the track.

Namespace: ArgData.Entities

Constructors

Name Description
TrackCameraAdjustmentCommand(Byte cameraIndex, Byte adjustment, TrackSide trackSide) Initializes a new instance of a TrackCameraAdjustmentCommand.
cameraIndex: Index of camera to adjust.
adjustment: Adjustment along the track.
trackSide: Side of track.

Properties

Name Description
Adjustment Gets or sets the amount that the camera should be moved back.
CameraIndex Gets or sets the index of the camera to adjust.
TrackSide Gets or sets the side of the track that the camera should be placed at.