Click or drag to resize

MapExtensions Class

Extensions for IMap.
Inheritance Hierarchy
SystemObject
  Gamelogic.GridsMapExtensions

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
[VersionAttribute(1, 10, 0)]
public static class MapExtensions

The MapExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetLineTPoint
This method returns a list of grid points that form a straight line between the two given grid points.
Top
See Also