Version: 2019.1
public static bool IsBlittable ();
public static bool IsBlittable (Type type);

Parameters

typeThe System.Type of a struct.

Returns

bool True if struct is blittable, otherwise false.

Description

Returns whether the struct is blittable.