Method GetNativeArrayHandle
GetNativeArrayHandle<T>()
Returns the data converted to a NativeArray.
Declaration
public NativeArray<T> GetNativeArrayHandle<T>() where T : unmanaged
Returns
| Type | Description |
|---|---|
| NativeArray<T> | The converted native array from data. |
Type Parameters
| Name | Description |
|---|---|
| T | The type of the data. |