Click or drag to resize

SplicedMapTBasePoint Constructor

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public SplicedMap(
	IGridToWorldMap<TBasePoint> baseMap,
	IEnumerable<Vector2> offsets
)

Parameters

baseMap
Type: Gamelogic.GridsIGridToWorldMapTBasePoint
offsets
Type: System.Collections.GenericIEnumerableVector2
See Also