Click or drag to resize

IMapTPointTranslateX Method

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> TranslateX(
	float offsetX
)

Parameters

offsetX
Type: SystemSingle

Return Value

Type: IMapTPoint
See Also