Click or drag to resize

ISupportsVerticesTVertexPointGetVertices Method

Returns the vertices of the point in the dual grid.

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
IEnumerable<TVertexPoint> GetVertices()

Return Value

Type: IEnumerableTVertexPoint
See Also