LayerProcGen v0.1.0
Layer-based infinite procedural generation
|
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. | |
Represents a poolable object that can be used with the ObjectPool class.
void Reset | ( | ) |
Called by the pool when this IPoolable object is returned to the pool.
Implemented in SimpleProfiler.ProfilerInfo, and AbstractLayerChunk.