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 ICustomBootstrap Entities bootstrap. |
EnableAutomaticBootstrap | ENABLES the default ICustomBootstrap Entities bootstrap. |