UnsafeUtility.As<U, T>(ref U from)

Switch to Manual

Parameters

fromThe reference to reinterpret.

Returns

void A reference to a value of type T.

Description

Reinterprets the reference as a reference of a different type.