Version: 2020.1
언어: 한국어

UnsafeUtility.CopyPtrToStructure

매뉴얼로 전환
public static void CopyPtrToStructure (void* ptr, out T output);

파라미터

ptr Memory pointer.
output Struct.

설명

Copies sizeof(T) bytes from ptr to output.