Method ReadNetworkSerializableInPlace
ReadNetworkSerializableInPlace<T>(ref T)
Read an INetworkSerializable in-place, without constructing a new one Note that this will NOT check for null before calling NetworkSerialize
Declaration
public void ReadNetworkSerializableInPlace<T>(ref T value) where T : INetworkSerializable
Parameters
| Type | Name | Description |
|---|---|---|
| T | value | INetworkSerializable instance |
Type Parameters
| Name | Description |
|---|---|
| T |
Exceptions
| Type | Condition |
|---|---|
| NotImplementedException |