Feel  4.1.2
The best way to improve your game's feel and make it extra juicy
MMMultipleObjectPooler.cs File Reference

Classes

class  MoreMountains.Tools.MMMultipleObjectPoolerObject
 Multiple object pooler object. More...
 
class  MoreMountains.Tools.MMMultipleObjectPooler
 This class allows you to have a pool of various objects to pool from. More...
 

Namespaces

namespace  MoreMountains
 
namespace  MoreMountains.Tools
 

Enumerations

enum  MoreMountains.Tools.MMPoolingMethods { MoreMountains.Tools.MMPoolingMethods.OriginalOrder, MoreMountains.Tools.MMPoolingMethods.OriginalOrderSequential, MoreMountains.Tools.MMPoolingMethods.RandomBetweenObjects, MoreMountains.Tools.MMPoolingMethods.RandomPoolSizeBased }
 The various methods you can pull objects from the pool with More...