Click or drag to resize

AbstractSplicedGridTCell, TPoint, TBasePointGetStoragePoints Method

This method returns all points that can be contained by the storage rectangle for this grid. This is useful for debugging shape functions.

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
[VersionAttribute(1, 1, 0)]
public IEnumerable<TPoint> GetStoragePoints()

Return Value

Type: IEnumerableTPoint

Implements

IGridTPointGetStoragePoints
See Also