Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

UnsafeUtility.IsBlittable

Declaration

public static bool IsBlittable();

Declaration

public static bool IsBlittable(Type type);

Parameters

type The System.Type of a struct.

Returns

bool True if struct is blittable, otherwise false.

Description

Gets whether a struct is blittable.