Click or drag to resize

WindowedMapTPoint Constructor

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public WindowedMap(
	IMap<TPoint> leftMap,
	Rect window
)

Parameters

leftMap
Type: Gamelogic.GridsIMapTPoint
window
Type: Rect
See Also