Click or drag to resize

ImageMapTPoint Constructor

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public ImageMap(
	Rect imageRect,
	IGridSpace<TPoint> grid,
	IMap<TPoint> map
)

Parameters

imageRect
Type: Rect
grid
Type: Gamelogic.GridsIGridSpaceTPoint
map
Type: Gamelogic.GridsIMapTPoint
See Also