Search Results for

    Show / Hide Table of Contents

    Class Memory

    A collection of memory related helper utilities.

    Inheritance
    System.Object
    Memory
    Namespace: GDX
    Syntax
    [VisualScriptingCompatible((short)8)]
    public static class Memory

    Methods

    | Improve this Doc View Source

    CleanUp()

    Cleanup Memory

    • Mono Heap (Garbage Collection)
    • Unity Resources (when not deployed on DOTS Runtime.
    Declaration
    public static void CleanUp()
    | Improve this Doc View Source

    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.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Built on 2024-01-01 against 1f69a68.
    Generated by Dox+DocFX.