Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

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.