Class HashSetPool<T>
HashSet Pool.
Inherited Members
Namespace: UnityEngine.Rendering
Assembly: Unity.RenderPipelines.Core.Runtime.dll
Syntax
public static class HashSetPool<T>
Type Parameters
| Name | Description |
|---|---|
| T | Type of the objects in the pooled hashsets. |
Methods
| Name | Description |
|---|---|
| Get() | Get a new HashSet |
| Get(out HashSet<T>) | Get a new list PooledObject. |
| Release(HashSet<T>) | Release an object to the pool. |