Class AreaPool
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: InsaneScatterbrain.MapGraph
Syntax
public class AreaPool : Pool<Area>, IPool, IPool
Methods
New()
Declaration
protected override Area New()
Returns
Type | Description |
---|---|
Area |
Overrides
InsaneScatterbrain.Pooling.Pool<InsaneScatterbrain.MapGraph.Area>.New()
Reset(Area)
Declaration
protected override void Reset(Area instance)
Parameters
Type | Name | Description |
---|---|---|
Area | instance |
Overrides
InsaneScatterbrain.Pooling.Pool<InsaneScatterbrain.MapGraph.Area>.Reset(InsaneScatterbrain.MapGraph.Area)