Click or drag to resize

AbstractMapTPointWithWindow Method

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

Parameters

window
Type: Rect

Return Value

Type: WindowedMapTPoint

Implements

IMapTPointWithWindow(Rect)
See Also