This version of Unity is unsupported.

UnsafeUtility.IsUnmanaged

Declaration

public static bool IsUnmanaged();

Declaration

public static bool IsUnmanaged(Type type);

Parameters

type The System.Type of a struct.

Returns

bool True if struct is unmanaged, otherwise false.

Description

Returns whether the struct or type is unmanaged. An unmanaged type contains no managed fields, and can be freely copied in memory.