Class XHashSetPool | Bolt Visual Scripting | 1.4.12
docs.unity3d.com
    Show / Hide Table of Contents

    Class XHashSetPool

    Inheritance
    Object
    XHashSetPool
    Namespace: Ludiq
    Syntax
    public static class XHashSetPool

    Methods

    Free<T>(HashSet<T>)

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

    ToHashSetPooled<T>(IEnumerable<T>)

    Declaration
    public static HashSet<T> ToHashSetPooled<T>(this IEnumerable<T> source)
    Parameters
    Type Name Description
    IEnumerable<T> source
    Returns
    Type Description
    HashSet<T>
    Type Parameters
    Name Description
    T
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX