 | LineGridTCellSetGridPointTransforms Method |
This functions 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<LinePoint, LinePoint> gridPointTransform,
Func<LinePoint, LinePoint> inverseGridPointTransform
)
Parameters
- gridPointTransform
- Type: SystemFuncLinePoint, LinePoint
Points returned by tis grid are transformed first with this delagate. - inverseGridPointTransform
- Type: SystemFuncLinePoint, LinePoint
This must be the inverse of the gridPointTransform function.
See Also