Constructor NetworkSettings
NetworkSettings(Allocator)
Creates a new NetworkSettings object using the provided allocator. If no Allocator is provided, Allocator.Temp will be used.
Declaration
public NetworkSettings(Allocator allocator)
Parameters
Type | Name | Description |
---|---|---|
Allocator | allocator | The allocator used for the parameters list. When Allocator.Temp is used, the settings are valid to use only during one frame. |