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