Method ReadNativeList
ReadNativeList<T>(Buffer, out Allocator)
Declaration
public static NativeList<T> ReadNativeList<T>(this Buffer buffer, out Allocator allocator) where T : struct
Parameters
Type | Name | Description |
---|---|---|
Buffer | buffer | |
Allocator | allocator |
Returns
Type | Description |
---|---|
NativeList<T> |
Type Parameters
Name | Description |
---|---|
T |