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