Enum PlayerCameraCutType
Represents the type of camera transition for a player.
public enum PlayerCameraCutType
Fields
Cut = 0Instantly cuts the camera to the new position.
Move = 1Smoothly moves the camera to the new position.
Represents the type of camera transition for a player.
public enum PlayerCameraCutType
Cut = 0Instantly cuts the camera to the new position.
Move = 1Smoothly moves the camera to the new position.