Method ReadFromStream
ReadFromStream<T>(NativeList<T>, BinaryReader)
Reads a native list from the binary reader.
Declaration
public static void ReadFromStream<T>(this NativeList<T> nativeList, BinaryReader reader) where T : struct
Parameters
| Type | Name | Description |
|---|---|---|
| NativeList<T> | nativeList | |
| BinaryReader | reader |
Type Parameters
| Name | Description |
|---|---|
| T |