UnsafeUtility.AddressOf

Declaration

public static void* AddressOf(ref T output);

Parameters

output The struct to check.

Returns

void* The memory pointer of output.

Description

Gets the memory address of a struct.


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