mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
Dictionary 'objects' is no longer present in NetworkServer class
Please see commit d979a45870
The objects property has been deprecated and is handled by `NetworkIdentity.spawned` dictionary at this time.
This commit is contained in:
parent
5e642af577
commit
81430c8cdc
@ -26,8 +26,6 @@ NetworkServer is a High-Level-API class that manages connections from multiple c
|
||||
The class to be used when creating new network connections.
|
||||
- **numChannels**
|
||||
The number of channels the network is configure with.
|
||||
- **objects**
|
||||
This is a dictionary of networked objects that have been spawned on the server.
|
||||
- **serverHostId**
|
||||
The transport layer hostId used by this server.
|
||||
- **useWebSockets**
|
||||
|
Loading…
Reference in New Issue
Block a user