 | AbstractSplicedGridTCell, TPoint, TBasePoint Constructor |
Namespace:
Gamelogic.Grids
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxprotected AbstractSplicedGrid(
int width,
int height,
int cellDivisionCount,
Func<TPoint, bool> isInsideTest,
Func<TPoint, TPoint> gridPointTransform,
Func<TPoint, TPoint> inverseGridPointTransform,
IEnumerable<TPoint>[] neighborDirections
)
Parameters
- width
- Type: SystemInt32
- height
- Type: SystemInt32
- cellDivisionCount
- Type: SystemInt32
- isInsideTest
- Type: SystemFuncTPoint, Boolean
- gridPointTransform
- Type: SystemFuncTPoint, TPoint
- inverseGridPointTransform
- Type: SystemFuncTPoint, TPoint
- neighborDirections
- Type: System.Collections.GenericIEnumerableTPoint
See Also