Enum NetCodeConfig.AutomaticBootstrapSetting
ClientServerBootstrap to either be EnableAutomaticBootstrap or DisableAutomaticBootstrap.
Namespace: Unity.NetCode
Assembly: Unity.NetCode.dll
Syntax
public enum NetCodeConfig.AutomaticBootstrapSetting
Fields
| Name | Description |
|---|---|
| DisableAutomaticBootstrap | DISABLES the default Unity.Entities.ICustomBootstrap Entities bootstrap. |
| EnableAutomaticBootstrap | ENABLES the default Unity.Entities.ICustomBootstrap Entities bootstrap. |