Click or drag to resize

ISupportsVertexGridTPoint Interface

Indicates that a grid supports an vertex grid.

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
[VersionAttribute(1, 1, 0)]
public interface ISupportsVertexGrid<TPoint>
where TPoint : Object, IGridPoint<TPoint>

Type Parameters

TPoint

The ISupportsVertexGridTPoint type exposes the following members.

Methods
  NameDescription
Public methodMakeVertexGridTNewCell
Makes a grid that corresponds to the vertices of this grid. If point is inside this grid, then all of point.GetVertices() are in the grid returned by this method.
Top
See Also