Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


CopyPtrToStructure<T>(void*, out T)

Copies sizeof(T) bytes from a memory pointer to a struct.
Read time 1 minuteLast updated 13 days ago

Definition

CopyPtrToStructure<T>(void*, T)

public static void CopyPtrToStructure<T>(void* ptr, out T output) where T : struct

Parameters

The memory pointer to copy from.

output

T
A struct to copy data to.