UnsafeUtility.AsRef<T>(void* ptr)

Cambiar al Manual

Parámetros

ptrThe pointer of struct to reference.

Valor de retorno

void A reference to a value of type T.

Descripción

Gets a reference to the struct at its current location in memory.