Nostalgia Documentation 2.2.2
Manual
Inspector Reference
Script Reference
  • Script Reference
    • Nostalgia
      • Types
        • AssetObject
        • Async
        • BucketTileAsync
        • Cell
          • Delegates
            • DestroyCallbackFunction
        • CellObject
        • Chunk
        • ChunkGraphic
        • Collider2DExtensions
        • CollisionCell
        • CollisionTile
        • ComponentUtility
          • Types
            • InEditorScope
          • Delegates
            • DelayCallBack
        • Map
          • Types
            • CellResult
          • Enums
            • HorizontalPivot
            • VerticalPivot
          • Delegates
            • OnRepainted
        • MapCollider
        • PixelPerfectCamera
        • Point2
        • ProfilerScope
        • PutTileAsync
        • RefreshAsync
        • RemoveBucketTileAsync
        • RemoveTileAsync
        • SortingLayer
        • Stamp
          • Types
            • Cell
        • Tile
          • Enums
            • Type
        • TileBoxCollider
        • TileCircleCollider
        • TileCollider<T>
        • TileColliderBase
        • TileComponent
        • TileEdgeCollider
        • TilePolygonCollider
          • Types
            • Path
        • TileSet
        • TypeUtility
      • Interfaces
        • IComponentProcessor
        • ITileCallbackReceiver
        • ITileColliderCombinable
        • ITileCollisionReceiver
      • Enums
        • CombinationSideFlags
      • Attributes
        • AddScriptMenuAttribute
        • AddTileMenu
        • DontMoveAttribute
        • SortingLayerFieldAttribute
    • Nostalgia.Extensions
      • Types
        • Vector2IntExtensions
    • Nostalgia.Pool
      • Types
        • CollectionPool<TCollection, TItem>
        • DictionaryPool<TKey, TValue>
        • GenericPool<T>
        • HashSetPool<T>
        • ListPool<T>
        • ObjectPool<T>
        • PooledObject<T>
      • Interfaces
        • IObjectPool<T>
        • IReleaseReceiver
  1. Home
  2. Script Reference
  3. Nostalgia.Pool
  4. Types

Types

Type Name Description
CollectionPool<TCollection, TItem> System.Collections.Generic.ICollection<T> type pool.
DictionaryPool<TKey, TValue> System.Collections.Generic.Dictionary<TKey,TValue> type pool
GenericPool<T> General purpose pool
HashSetPool<T> System.Collections.Generic.HashSet<T> type pool
ListPool<T> System.Collections.Generic.List<T> type pool
ObjectPool<T> Pool class type instances.
PooledObject<T> A type that manages pooled instances.
© 2018-2024 caitsithware