Table of Contents

Class WindowedMapObsoleteExtensions

Namespace
Gamelogic.Grids
Assembly
Assembly-CSharp.dll

This class provides extensions that implement obsolete methods.

These methods will be removed in a future version of this library.

[Version(1, 3, 0)]
public static class WindowedMapObsoleteExtensions
Inheritance
WindowedMapObsoleteExtensions
Inherited Members

Methods

AlignMiddelCenter<TPoint>(WindowedMap<TPoint>, IGridSpace<TPoint>)

[Obsolete("Use AlignMiddleCenter instead. Will be removed in a future version.")]
public static IMap<TPoint> AlignMiddelCenter<TPoint>(this WindowedMap<TPoint> map, IGridSpace<TPoint> grid) where TPoint : IGridPoint<TPoint>

Parameters

map WindowedMap<TPoint>
grid IGridSpace<TPoint>

Returns

IMap<TPoint>

Type Parameters

TPoint

AlignMiddelLeft<TPoint>(WindowedMap<TPoint>, IGridSpace<TPoint>)

[Obsolete("Use AlignMiddleLeft instead. Will be removed in a future version.")]
public static IMap<TPoint> AlignMiddelLeft<TPoint>(WindowedMap<TPoint> map, IGridSpace<TPoint> grid) where TPoint : IGridPoint<TPoint>

Parameters

map WindowedMap<TPoint>
grid IGridSpace<TPoint>

Returns

IMap<TPoint>

Type Parameters

TPoint

AlignMiddel<TPoint>(WindowedMap<TPoint>, IGridSpace<TPoint>)

[Obsolete("Use AlignMiddle instead. Will be removed in a future version.")]
public static IMap<TPoint> AlignMiddel<TPoint>(this WindowedMap<TPoint> map, IGridSpace<TPoint> grid) where TPoint : IGridPoint<TPoint>

Parameters

map WindowedMap<TPoint>
grid IGridSpace<TPoint>

Returns

IMap<TPoint>

Type Parameters

TPoint