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:
Jason 2019-02-06 12:03:07 -05:00 committed by Paul Pacheco
parent 5e642af577
commit 81430c8cdc

View File

@ -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**