Enum PlayerIndex
Defines the index of player for various MonoGame components.
public enum PlayerIndex
Fields
Four = 3
The fourth player index.
One = 0
The first player index.
Three = 2
The third player index.
Two = 1
The second player index.