Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


CopyObjectAddressToPtr(object, void*)

Assigns an object reference to a struct or pinned class.
Read time 1 minuteLast updated 12 days ago

Definition

CopyObjectAddressToPtr(Object, void*)

public static void CopyObjectAddressToPtr(object target, void* dstPtr)

Parameters

target


dstPtr

Remarks