terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
Unity.Collections.LowLevel.Unsafe.UnsafeUtility Class Reference

Classes

struct  AlignOfHelper
 

Static Public Member Functions

static unsafeReadArrayElement< T > (void *source, int index)
 
static unsafe void WriteArrayElement< T > (void *destination, int index, T value)
 
static int SizeOf< T > ()
 
static int AlignOf< T > ()
 
static unsafe voidMalloc (long size, int alignment, Allocator allocator)
 
static unsafe void Free (void *memory, Allocator allocator)
 
static unsafe void MemCpy (void *destination, void *source, long size)
 
static unsafe void MemSet (void *destination, byte value, long size)
 
static unsafe void MemClear (void *destination, long size)
 
static bool IsBlittable (Type type)
 

Static Package Functions

static bool IsArrayBlittable (Array arr)
 
static string GetReasonForArrayNonBlittable (Array arr)
 

Static Private Member Functions

static bool IsBlittableValueType (Type t)
 
static string GetReasonForTypeNonBlittableImpl (Type t, string name)
 

Detailed Description

Definition at line 10 of file UnsafeUtility.cs.


The documentation for this class was generated from the following file: