Click or drag to resize

AbstractMapTPointTranslateX Method

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

Parameters

offsetX
Type: SystemSingle

Return Value

Type: IMapTPoint

Implements

IMapTPointTranslateX(Single)
See Also