Div
Div(Vector2Int, int)
public static Vector2Int Div(this Vector2Int v, int i) ;
Description
Divide Vector2Int by an integer.
Parameters
| Parameter Name | Description |
|---|---|
| v | Vector2Int of the divisor |
| i | Integer for the divisor |
Returns
Returns the divided Vector2Int.