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