 | AbstractSplicedGridTCell, TPoint, TBasePointSetGridPointTransforms Method |
this function make it possible to do things such as flip axes.
Namespace:
Gamelogic.Grids
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic void SetGridPointTransforms(
Func<TPoint, TPoint> gridPointTransform,
Func<TPoint, TPoint> inverseGridPointTransform
)
Parameters
- gridPointTransform
- Type: SystemFuncTPoint, TPoint
Points returned by tis grid are transformed forst with this delagate. - inverseGridPointTransform
- Type: SystemFuncTPoint, TPoint
This must be the inverse of the gridPointTransform function.
See Also