Click or drag to resize

ISupportsVerticesTVertexPoint Interface

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

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

Type Parameters

TVertexPoint

The ISupportsVerticesTVertexPoint type exposes the following members.

Methods
  NameDescription
Public methodGetVertices
Returns the vertices of the point in the dual grid.
Top
See Also