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