Click or drag to resize

IEdgeTPointGetEdgeFaces Method

Get the coordinates of the faces that corresponds to this point treated as an edge.

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

Return Value

Type: IEnumerableTPoint
See Also