Click or drag to resize

IMapTPointInverseGridPointTransform Property

The transformation applied to points before they are processed by the map.

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

Property Value

Type: FuncTPoint, TPoint
See Also