Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


CopyTo(NativeReference<T>)

Copy the value of this reference to another reference.
Read time 1 minuteLast updated 8 days ago

Definition

  • Type: Method
  • Namespace: Unity.Collections
  • Assembly: UnityEngine.ManagedKernelModule
public void CopyTo(NativeReference<T> reference)

Parameters

The reference to copy to.