Click or drag to resize

SplicedGridTCell, TBasePoint Constructor

Constructs a new spliced grid from the given base grid, where each cell is divided into the number of splices given.

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public SplicedGrid(
	IGrid<TBasePoint> model,
	int spliceCount
)

Parameters

model
Type: Gamelogic.GridsIGridTBasePoint
spliceCount
Type: SystemInt32
See Also