UnsafeUtility.IsBlittable
public static bool IsBlittable();
public static bool IsBlittable(Type type);
Parameters
| type | The System.Type of a struct. |
Returns
bool True if struct is blittable, otherwise false.
Description 描述
Returns whether the struct is blittable.