Provides a reader for network behaviours of type T.
More...
|
| T |
| Reads two network behaviours from the provided network behaviour buffers. More...
|
|
Provides a reader for network behaviours of type T.
- Template Parameters
-
T | The type of the network behaviour. |
◆ Read()
Reads a network behaviour from the provided network behaviour buffer.
- Parameters
-
first | The network behaviour buffer to read the network behaviour from. |
- Returns
- The network behaviour of type T read from the buffer. Returns null if the behaviour is not found.
Reads two network behaviours from the provided network behaviour buffers.
- Parameters
-
first | The first network behaviour buffer to read the network behaviour from. |
second | The second network behaviour buffer to read the network behaviour from. |
- Returns
- A tuple containing the two network behaviours of type T read from the buffers.