Table of Contents

Interface ISupportsVertices<TVertexPoint>

Namespace
Gamelogic.Grids
Assembly
Assembly-CSharp.dll

Used to indicate hat grids of this point type can support vertex grids. Replaces ISupportsVertexGrid that is now aplied to grids and not points.

[Version(1, 1, 0)]
public interface ISupportsVertices<TVertexPoint>

Type Parameters

TVertexPoint
Extension Methods

Methods

GetVertices()

Returns the vertices of the point in the dual grid.

IEnumerable<TVertexPoint> GetVertices()

Returns

IEnumerable<TVertexPoint>