Click or drag to resize

GridPoint2Mod Method

Note: This API is now obsolete.

Gives a new point that represents the reminder when the first point is divided by the second point component-wise.The division is integer division.

Namespace:  Gamelogic.Grids2
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
[ObsoleteAttribute("Use FloorMod or TruncMod instead")]
public GridPoint2 Mod(
	GridPoint2 otherPoint
)

Parameters

otherPoint
Type: Gamelogic.Grids2GridPoint2

Return Value

Type: GridPoint2
See Also