Version: 2020.1
언어: 한국어

UnsafeUtility.ArrayElementAsRef<T>(void* ptr, int index)

매뉴얼로 전환

파라미터

ptr The pointer to beginning of array of struct to reference.
index Index of element in array.

반환

void A reference to a value of type T.

설명

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