|
Impact CFX API 1.5.5
Comprehensive API documentation for Impact CFX - Collision Effects System
|
Classes | |
| interface | IObjectPoolRequest |
| Interface for data that requests an object from an object pool. More... | |
| interface | IPoolable |
| Interface for any object that can be pooled. More... | |
| class | ObjectPool< T > |
| Base for an object pool. More... | |
| class | ObjectPoolConfig |
| Holds common object pool configuration data. More... | |
| struct | ObjectPoolJob< TRequest > |
| General job for getting objects from an object pool. More... | |
| struct | PooledObjectData |
| Data for a pooled object that is suitable for jobs. More... | |
Enumerations | |
| enum | ObjectPoolStealing { None = 0 , LowerPriority = 1 , Oldest = 2 } |
| Defines how objects should be "stolen" from a pool if no objects are available. More... | |