CopyFrom(NativeReference<T>)
Copy the value of another reference to this reference.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: Unity.Collections
- Assembly: UnityEngine.ManagedKernelModule
public void CopyFrom(NativeReference<T> reference)
Parameters
The reference to copy from.