Class Memory
A collection of memory related helper utilities.
Inheritance
System.Object
    Memory
  Namespace: GDX
Syntax
[VisualScriptingCompatible((short)8)]
public static class MemoryMethods
| Improve this Doc View SourceCleanUp()
Cleanup Memory
- Mono Heap (Garbage Collection)
- Unity Resources (when not deployed on DOTS Runtime.
Declaration
public static void CleanUp()CleanUpAsync()
Cleanup Memory
- Mono Heap (Garbage Collection)
- Unity Resources (when not deployed on DOTS Runtime.
Declaration
public static async void CleanUpAsync()Exceptions
| Type | Condition | 
|---|---|
| UnsupportedRuntimeException | Not supported on DOTS Runtime. |