Click or drag to resize

IPointWrapperTPoint Interface

Provides a function for wrapping points that is used by wrapped grids. Since many such functions require lookup tables, it's more suitable to provide it as a class than providing it as a delagate.

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
[VersionAttribute(1, 7, 0)]
public interface IPointWrapper<TPoint>
where TPoint : Object, IGridPoint<TPoint>

Type Parameters

TPoint

The IPointWrapperTPoint type exposes the following members.

Methods
  NameDescription
Public methodWrap
Returns a new point, that corresponds to the wrapped version of the give point.
Top
See Also