Click or drag to resize

AbstractMapTPointTranslateY Method

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public IMap<TPoint> TranslateY(
	float offsetY
)

Parameters

offsetY
Type: SystemSingle

Return Value

Type: IMapTPoint

Implements

IMapTPointTranslateY(Single)
See Also