GetUnsafeBufferPointerWithoutChecks<T>(NativeArray<T>)
Gets the pointer to the data owner of a NativeArray, without performing checks.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: Unity.Collections.LowLevel.Unsafe
- Assembly: UnityEngine.CoreModule
public static void* GetUnsafeBufferPointerWithoutChecks<T>(NativeArray<T> nativeArray) where T : struct
Parameters
The NativeArray to check.
Returns
Type | Description |
|---|---|
| void* | The memory buffer pointer of the NativeArray. |