Click or drag to resize

IMapTPointGridPointTransform Property

The transformation applied to points before they are returned from the map.

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
Func<TPoint, TPoint> GridPointTransform { get; }

Property Value

Type: FuncTPoint, TPoint
See Also