Version: 2018.3 (switch to 2019.1)
LanguageEnglish
  • C#

UnsafeUtility.PinGCArrayAndGetDataAddress(System.Array,ulong)

Description

Keeps a strong GC reference to the object and pins it. The object is guranteed to not move its memory location in a moving GC. Returns the address of the first element of the array.

See Also: UnsafeUtility.ReleaseGCObject.

Did you find this page useful? Please give it a rating: