9 [
NativeHeader(
"Runtime/Export/Unsafe/UnsafeUtility.bindings.h")]
38 return string.Format(
"{0} is not blittable because it is not of value type ({1})\n", t,
name);
class f__AnonymousType0<< Count > j__TPar
static unsafe void MemSet(void *destination, byte value, long size)
static int AlignOf< T >()
static unsafe void Free(void *memory, Allocator allocator)
static string GetReasonForTypeNonBlittableImpl(Type t, string name)
static bool IsBlittableValueType(Type t)
static unsafe void MemClear(void *destination, long size)
static unsafe void * Malloc(long size, int alignment, Allocator allocator)
static unsafe void WriteArrayElement< T >(void *destination, int index, T value)
static bool IsBlittable(Type type)
static unsafe void MemCpy(void *destination, void *source, long size)
static bool IsArrayBlittable(Array arr)
static unsafe T ReadArrayElement< T >(void *source, int index)
static string GetReasonForArrayNonBlittable(Array arr)