LayerProcGen v0.1.0
Layer-based infinite procedural generation
Loading...
Searching...
No Matches
IPoolable

Represents a poolable object that can be used with the ObjectPool class. More...

Inherited by SimpleProfiler.ProfilerInfo, and AbstractLayerChunk.

Public Member Functions

void Reset ()
 Called by the pool when this IPoolable object is returned to the pool.
 

Detailed Description

Represents a poolable object that can be used with the ObjectPool class.

Member Function Documentation

◆ Reset()

void Reset ( )

Called by the pool when this IPoolable object is returned to the pool.

Implemented in SimpleProfiler.ProfilerInfo, and AbstractLayerChunk.