Class HashSetPool<T> | Bolt Visual Scripting | 1.4.12
docs.unity3d.com
    Show / Hide Table of Contents

    Class HashSetPool<T>

    Inheritance
    Object
    HashSetPool<T>
    Namespace: Ludiq
    Syntax
    public static class HashSetPool<T>
    Type Parameters
    Name Description
    T

    Methods

    Free(HashSet<T>)

    Declaration
    public static void Free(HashSet<T> hashSet)
    Parameters
    Type Name Description
    HashSet<T> hashSet

    New()

    Declaration
    public static HashSet<T> New()
    Returns
    Type Description
    HashSet<T>
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX