Enum DotsGlobalSettings.PlayerType
The type of player that will be built.
Namespace: Unity.Entities.Build
Syntax
public enum PlayerType
Fields
| Name | Description | Value |
|---|---|---|
| Client | The player instance is a client. |
0 |
| Server | The player instance is a server. |
1 |