mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 11:00:32 +00:00
Update Deprecations.md
This commit is contained in:
parent
d3f1ee9819
commit
52de152245
@ -63,7 +63,7 @@ The currently defined channels are:
|
|||||||
Removed as part of separating Transports to components. Not all transports use ports, but those that do have a field for it. See [Transports](../Transports/index.md) for more info.
|
Removed as part of separating Transports to components. Not all transports use ports, but those that do have a field for it. See [Transports](../Transports/index.md) for more info.
|
||||||
|
|
||||||
- `IsHeadless()`
|
- `IsHeadless()`
|
||||||
Use `isHeadless` instead, as it's a property now.
|
Use compiler symbol `UNITY_SERVER` instead.
|
||||||
|
|
||||||
- `client`
|
- `client`
|
||||||
Use NetworkClient directly, it will be made static soon. For example, use `NetworkClient.Send(message)` instead of `NetworkManager.client.Send(message)`.
|
Use NetworkClient directly, it will be made static soon. For example, use `NetworkClient.Send(message)` instead of `NetworkManager.client.Send(message)`.
|
||||||
|
Loading…
Reference in New Issue
Block a user