Enum PlayerSpectateMode
Represents the spectate mode a player can use while spectating.
public enum PlayerSpectateMode
Fields
Fixed = 2The fixed spectate mode, where the camera remains in a fixed position.
Normal = 1The normal spectate mode, where the camera follows the target freely.
Side = 3The side spectate mode, where the camera follows the target from the side.