Method ReadArray
ReadArray<T>(BinaryReader, NativeArray<T>, Int32)
Declaration
public static void ReadArray<T>(this BinaryReader reader, NativeArray<T> elements, int count)
where T : struct
Parameters
| Type | Name | Description |
|---|---|---|
| BinaryReader | reader | |
| NativeArray<T> | elements | |
| Int32 | count |
Type Parameters
| Name | Description |
|---|---|
| T |