Click or drag to resize

ISupportsEdgesTVertexPoint Interface

Used to indicated that grids of this point type can support edge grids. Replaces ISupportsEdgeGrid that is now applied to grids, not Interface

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

Type Parameters

TVertexPoint

The ISupportsEdgesTVertexPoint type exposes the following members.

Methods
  NameDescription
Public methodGetEdges
Top
See Also