Click or drag to resize

IMapTPointTranslate Method (Vector2)

Returns an IMap where grid cells are translated by the give amount.

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
IMap<TPoint> Translate(
	Vector2 offset
)

Parameters

offset
Type: Vector2

Return Value

Type: IMapTPoint
See Also