Copy(NativeReference<T>, NativeReference<T>)
Copies the value of a reference to another reference.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: Unity.Collections
- Assembly: UnityEngine.ManagedKernelModule
public static void Copy(NativeReference<T> dst, NativeReference<T> src)