Constructor NetworkSettings
NetworkSettings(Allocator)
Creates a new settings 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 | Allocator to use to create the object. |