Click or drag to resize

IVertexTPointGetVertexFaces Method

Get the coordinates of the faces that corresponds to this point treated as a vertex.

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

Return Value

Type: IEnumerableTPoint
See Also