Summary
An 
		Animancer.ObjectPool`1 for Animancer.FadeGroup.- Assembly
- Animancer.dll 
- Namespace
- Animancer
- Base Types
- 
									- Object
- ObjectPool<FadeGroup> 
 
							graph BT
	Type-->Base0["ObjectPool<FadeGroup>"]
	Base0-->Base1["Object"]
	Type["FadeGroup.Pool"]
class Type type-node
						
					Syntax
public class FadeGroup.Pool : ObjectPool<FadeGroup>Fields
| Name | Constant Value | Summary | 
|---|---|---|
| Instance | Singleton. static | 
Methods
| Name | Value | Summary | 
|---|---|---|
| Acquire | FadeGroup | Returns a spare item if there are any, or creates a new one. | 
| New | FadeGroup | Creates a  new()instance of T. | 
| Release | void | Adds the `item` to the list of spares so it can be reused. |