FollowAxis
public enum Railcam2D.FollowAxis;
Used by Waypoints to define a camera's alignment to a target.
Value | Numeric | Summary |
---|---|---|
XY | 0 | Position the camera at the closest point to the target |
X | 1 | Position the camera horizontally aligned with the target |
Y | 2 | Position the camera vertically aligned with the target |