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