Version: 2022.3
언어: 한국어

UnsafeUtility.IsNativeContainerType

매뉴얼로 전환
public static bool IsNativeContainerType ();

반환

bool True if struct is a NativeContainer type, otherwise false.

설명

Returns whether the struct or type is a Unity NativeContainer. A NativeContainer type uses the NativeContainerAttribute attribute.