Click or drag to resize

IMapTPointTranslateY 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> TranslateY(
	float offsetY
)

Parameters

offsetY
Type: SystemSingle

Return Value

Type: IMapTPoint
See Also