Inventory Engine  v3.8
Classes | Namespaces | Enumerations
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...