Class BspTreePool
Inherited Members
Namespace: InsaneScatterbrain.MapGraph
Syntax
public class BspTreePool : Pool<BspTree>, IPool, IPool
Methods
New()
Declaration
protected override BspTree New()
Returns
| Type | Description |
|---|---|
| BspTree |
Overrides
InsaneScatterbrain.Pooling.Pool<InsaneScatterbrain.MapGraph.BspTree>.New()
Reset(BspTree)
Declaration
protected override void Reset(BspTree instance)
Parameters
| Type | Name | Description |
|---|---|---|
| BspTree | instance |