Skip to main content

Enum CharacterSpawner.PlayerSpawnMethod

Enumeration of methods of where to spawn player objects in multiplayer games.

Syntax
public enum PlayerSpawnMethod

Fields

Random

Declaration
Random = 0

RoundRobin

Declaration
RoundRobin = 1