Photon Fusion
2.0.9
Provides a reader for network linked lists of type T. More...
Public Member Functions | |
| NetworkLinkedListReadOnly< T > | Read (NetworkBehaviourBuffer first) |
| Reads a network linked list from the provided network behaviour buffer. More... | |
Provides a reader for network linked lists of type T.
| T | The type of elements in the network linked list. |
| NetworkLinkedListReadOnly<T> Read | ( | NetworkBehaviourBuffer | first | ) |
Reads a network linked list from the provided network behaviour buffer.
| first | The network behaviour buffer to read the network linked list from. |