GetUnsafePtrWithoutChecks<T>(NativeReference<T>)
Returns a pointer to this reference's stored value.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: Unity.Collections.LowLevel.Unsafe
- Assembly: UnityEngine.ManagedKernelModule
public static T* GetUnsafePtrWithoutChecks<T>(this NativeReference<T> reference) where T : unmanaged
Parameters
The reference.
Returns
Type | Description |
|---|---|
| <T>* | A pointer to this reference's stored value. |
Remarks
Performs no job safety checks.