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

UnsafeUtility.Free

Declaration

public static void Free(void* memory, Unity.Collections.Allocator allocator);

Parameters

memory Memory pointer.
allocator Allocator.

Description

Free memory.