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